public class V1ObjectFieldSelectorFluentImpl<A extends V1ObjectFieldSelectorFluent<A>> extends BaseFluent<A> implements V1ObjectFieldSelectorFluent<A>
_visitables
Constructor and Description |
---|
V1ObjectFieldSelectorFluentImpl() |
V1ObjectFieldSelectorFluentImpl(V1ObjectFieldSelector instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getFieldPath() |
Boolean |
hasApiVersion() |
Boolean |
hasFieldPath() |
A |
withApiVersion(String apiVersion) |
A |
withFieldPath(String fieldPath) |
public V1ObjectFieldSelectorFluentImpl()
public V1ObjectFieldSelectorFluentImpl(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>>
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>>
Copyright © 2018. All rights reserved.