public class V1ObjectFieldSelectorFluentImpl<A extends V1ObjectFieldSelectorFluent<A>> extends BaseFluent<A> implements V1ObjectFieldSelectorFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1ObjectFieldSelectorFluentImpl() |
V1ObjectFieldSelectorFluentImpl(io.kubernetes.client.openapi.models.V1ObjectFieldSelector instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getFieldPath() |
Boolean |
hasApiVersion() |
Boolean |
hasFieldPath() |
int |
hashCode() |
A |
withApiVersion(String apiVersion) |
A |
withFieldPath(String fieldPath) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewFieldPath(String original)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1ObjectFieldSelectorFluentImpl()
public V1ObjectFieldSelectorFluentImpl(io.kubernetes.client.openapi.models.V1ObjectFieldSelector instance)
public String getApiVersion()
getApiVersion
in interface V1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface V1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface V1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
@Deprecated public A withNewApiVersion(String original)
withNewApiVersion
in interface V1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
public String getFieldPath()
getFieldPath
in interface V1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
public A withFieldPath(String fieldPath)
withFieldPath
in interface V1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
public Boolean hasFieldPath()
hasFieldPath
in interface V1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
@Deprecated public A withNewFieldPath(String original)
withNewFieldPath
in interface V1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>>
Copyright © 2021. All rights reserved.