Class V1beta2LimitResponseFluentImpl<A extends V1beta2LimitResponseFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta2LimitResponseFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1beta2LimitResponseFluent<A>
- Direct Known Subclasses:
V1beta2LimitResponseBuilder
public class V1beta2LimitResponseFluentImpl<A extends V1beta2LimitResponseFluent<A>>
extends BaseFluent<A>
implements V1beta2LimitResponseFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1beta2LimitResponseFluent
V1beta2LimitResponseFluent.QueuingNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta2LimitResponseFluentImpl
(io.kubernetes.client.openapi.models.V1beta2LimitResponse instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta2QueuingConfiguration
editOrNewQueuingLike
(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item) boolean
io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration
Deprecated.getType()
int
hashCode()
hasType()
toString()
withNewQueuingLike
(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item) withQueuing
(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration queuing) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1beta2LimitResponseFluentImpl
public V1beta2LimitResponseFluentImpl() -
V1beta2LimitResponseFluentImpl
public V1beta2LimitResponseFluentImpl(io.kubernetes.client.openapi.models.V1beta2LimitResponse instance)
-
-
Method Details
-
getQueuing
Deprecated.This method has been deprecated, please use method buildQueuing instead.- Specified by:
getQueuing
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
- Returns:
- The buildable object.
-
buildQueuing
public io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration buildQueuing()- Specified by:
buildQueuing
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
-
withQueuing
- Specified by:
withQueuing
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
-
hasQueuing
- Specified by:
hasQueuing
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
-
withNewQueuing
- Specified by:
withNewQueuing
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
-
withNewQueuingLike
public V1beta2LimitResponseFluent.QueuingNested<A> withNewQueuingLike(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item) - Specified by:
withNewQueuingLike
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
-
editQueuing
- Specified by:
editQueuing
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
-
editOrNewQueuing
- Specified by:
editOrNewQueuing
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
-
editOrNewQueuingLike
public V1beta2LimitResponseFluent.QueuingNested<A> editOrNewQueuingLike(io.kubernetes.client.openapi.models.V1beta2QueuingConfiguration item) - Specified by:
editOrNewQueuingLike
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
-
getType
- Specified by:
getType
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
-
withType
- Specified by:
withType
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceV1beta2LimitResponseFluent<A extends V1beta2LimitResponseFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1beta2LimitResponseFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1beta2LimitResponseFluent<A>>
-
toString
-