public class V1ResourceFieldSelectorFluentImpl<A extends V1ResourceFieldSelectorFluent<A>> extends BaseFluent<A> implements V1ResourceFieldSelectorFluent<A>
_visitables
Constructor and Description |
---|
V1ResourceFieldSelectorFluentImpl() |
V1ResourceFieldSelectorFluentImpl(V1ResourceFieldSelector instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContainerName() |
String |
getDivisor() |
String |
getResource() |
Boolean |
hasContainerName() |
Boolean |
hasDivisor() |
Boolean |
hasResource() |
A |
withContainerName(String containerName) |
A |
withDivisor(String divisor) |
A |
withResource(String resource) |
public V1ResourceFieldSelectorFluentImpl()
public V1ResourceFieldSelectorFluentImpl(V1ResourceFieldSelector instance)
public String getContainerName()
getContainerName
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public A withContainerName(String containerName)
withContainerName
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public Boolean hasContainerName()
hasContainerName
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public String getDivisor()
getDivisor
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public A withDivisor(String divisor)
withDivisor
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public Boolean hasDivisor()
hasDivisor
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public String getResource()
getResource
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public A withResource(String resource)
withResource
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public Boolean hasResource()
hasResource
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
Copyright © 2019. All rights reserved.