public class LocalObjectReferenceFluentImpl<A extends LocalObjectReferenceFluent<A>> extends BaseFluent<A> implements LocalObjectReferenceFluent<A>
_visitables
Constructor and Description |
---|
LocalObjectReferenceFluentImpl() |
LocalObjectReferenceFluentImpl(LocalObjectReference instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
Boolean |
hasName() |
A |
withName(String name) |
public LocalObjectReferenceFluentImpl()
public LocalObjectReferenceFluentImpl(LocalObjectReference instance)
public String getName()
getName
in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>
public A withName(String name)
withName
in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>
public Boolean hasName()
hasName
in interface LocalObjectReferenceFluent<A extends LocalObjectReferenceFluent<A>>
Copyright © 2011–2017 Red Hat. All rights reserved.