public class V1ObjectReferenceFluentImpl<A extends V1ObjectReferenceFluent<A>> extends BaseFluent<A> implements V1ObjectReferenceFluent<A>
_visitables
Constructor and Description |
---|
V1ObjectReferenceFluentImpl() |
V1ObjectReferenceFluentImpl(V1ObjectReference 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 V1ObjectReferenceFluentImpl()
public V1ObjectReferenceFluentImpl(V1ObjectReference instance)
public String getApiVersion()
getApiVersion
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public String getFieldPath()
getFieldPath
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public A withFieldPath(String fieldPath)
withFieldPath
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public Boolean hasFieldPath()
hasFieldPath
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public String getKind()
getKind
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public A withKind(String kind)
withKind
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public Boolean hasKind()
hasKind
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public String getName()
getName
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public A withName(String name)
withName
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public Boolean hasName()
hasName
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public String getNamespace()
getNamespace
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public A withNamespace(String namespace)
withNamespace
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public Boolean hasNamespace()
hasNamespace
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public String getResourceVersion()
getResourceVersion
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public A withResourceVersion(String resourceVersion)
withResourceVersion
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public Boolean hasResourceVersion()
hasResourceVersion
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public String getUid()
getUid
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public A withUid(String uid)
withUid
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
public Boolean hasUid()
hasUid
in interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
Copyright © 2018. All rights reserved.