public class V1BoundObjectReferenceFluentImpl<A extends V1BoundObjectReferenceFluent<A>> extends BaseFluent<A> implements V1BoundObjectReferenceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1BoundObjectReferenceFluentImpl() |
V1BoundObjectReferenceFluentImpl(io.kubernetes.client.openapi.models.V1BoundObjectReference instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
String |
getName() |
String |
getUid() |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasUid() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
A |
withNewName(String original)
Deprecated.
|
A |
withNewUid(String original)
Deprecated.
|
A |
withUid(String uid) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1BoundObjectReferenceFluentImpl()
public V1BoundObjectReferenceFluentImpl(io.kubernetes.client.openapi.models.V1BoundObjectReference instance)
public String getApiVersion()
getApiVersion
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
@Deprecated public A withNewApiVersion(String original)
withNewApiVersion
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
public String getKind()
getKind
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
public A withKind(String kind)
withKind
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
public Boolean hasKind()
hasKind
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
@Deprecated public A withNewKind(String original)
withNewKind
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
public String getName()
getName
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
public A withName(String name)
withName
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
public Boolean hasName()
hasName
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
@Deprecated public A withNewName(String original)
withNewName
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
public String getUid()
getUid
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
public A withUid(String uid)
withUid
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
public Boolean hasUid()
hasUid
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
@Deprecated public A withNewUid(String original)
withNewUid
in interface V1BoundObjectReferenceFluent<A extends V1BoundObjectReferenceFluent<A>>
Copyright © 2021. All rights reserved.