Class LimitResponseFluent<A extends LimitResponseFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.LimitResponseFluent<A>
-
- Direct Known Subclasses:
LimitedPriorityLevelConfigurationFluent.LimitResponseNested,LimitResponseBuilder
public class LimitResponseFluent<A extends LimitResponseFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classLimitResponseFluent.QueuingNested<N>
-
Constructor Summary
Constructors Constructor Description LimitResponseFluent()LimitResponseFluent(LimitResponse instance)
-
Method Summary
-
-
-
Constructor Detail
-
LimitResponseFluent
public LimitResponseFluent()
-
LimitResponseFluent
public LimitResponseFluent(LimitResponse instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(LimitResponse instance)
-
buildQueuing
public QueuingConfiguration buildQueuing()
-
withQueuing
public A withQueuing(QueuingConfiguration queuing)
-
hasQueuing
public boolean hasQueuing()
-
withNewQueuing
public LimitResponseFluent.QueuingNested<A> withNewQueuing()
-
withNewQueuingLike
public LimitResponseFluent.QueuingNested<A> withNewQueuingLike(QueuingConfiguration item)
-
editQueuing
public LimitResponseFluent.QueuingNested<A> editQueuing()
-
editOrNewQueuing
public LimitResponseFluent.QueuingNested<A> editOrNewQueuing()
-
editOrNewQueuingLike
public LimitResponseFluent.QueuingNested<A> editOrNewQueuingLike(QueuingConfiguration item)
-
getType
public String getType()
-
hasType
public boolean hasType()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends LimitResponseFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends LimitResponseFluent<A>>
-
-