public class ObjectReferenceFluentImpl<A extends ObjectReferenceFluent<A>> extends BaseFluent<A> implements ObjectReferenceFluent<A>
_visitables
Constructor and Description |
---|
ObjectReferenceFluentImpl() |
ObjectReferenceFluentImpl(ObjectReference instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getFieldPath() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
String |
getResourceVersion() |
String |
getUid() |
Boolean |
hasApiVersion() |
Boolean |
hasFieldPath() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasResourceVersion() |
Boolean |
hasUid() |
A |
withApiVersion(String apiVersion) |
A |
withFieldPath(String fieldPath) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withResourceVersion(String resourceVersion) |
A |
withUid(String uid) |
public ObjectReferenceFluentImpl()
public ObjectReferenceFluentImpl(ObjectReference instance)
public String getApiVersion()
getApiVersion
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public String getFieldPath()
getFieldPath
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public A withFieldPath(String fieldPath)
withFieldPath
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public Boolean hasFieldPath()
hasFieldPath
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public String getKind()
getKind
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public A withKind(String kind)
withKind
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public Boolean hasKind()
hasKind
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public String getName()
getName
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public A withName(String name)
withName
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public Boolean hasName()
hasName
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public String getNamespace()
getNamespace
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public A withNamespace(String namespace)
withNamespace
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public Boolean hasNamespace()
hasNamespace
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public String getResourceVersion()
getResourceVersion
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public A withResourceVersion(String resourceVersion)
withResourceVersion
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public Boolean hasResourceVersion()
hasResourceVersion
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public String getUid()
getUid
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public A withUid(String uid)
withUid
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
public Boolean hasUid()
hasUid
in interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>>
Copyright © 2015–2018 Red Hat. All rights reserved.