Class QuotasPluginKafkaFluent<A extends QuotasPluginKafkaFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.quotas.QuotasPluginKafkaFluent<A>
- Direct Known Subclasses:
KafkaClusterSpecFluent.QuotasPluginKafkaQuotasNested,QuotasPluginKafkaBuilder
public class QuotasPluginKafkaFluent<A extends QuotasPluginKafkaFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleaninthashCode()booleanbooleantoString()withConsumerByteRate(Long consumerByteRate) withControllerMutationRate(Double controllerMutationRate) withProducerByteRate(Long producerByteRate) withRequestPercentage(Integer requestPercentage) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
QuotasPluginKafkaFluent
public QuotasPluginKafkaFluent() -
QuotasPluginKafkaFluent
-
-
Method Details
-
getProducerByteRate
-
withProducerByteRate
-
hasProducerByteRate
public boolean hasProducerByteRate() -
getConsumerByteRate
-
withConsumerByteRate
-
hasConsumerByteRate
public boolean hasConsumerByteRate() -
getRequestPercentage
-
withRequestPercentage
-
hasRequestPercentage
public boolean hasRequestPercentage() -
getControllerMutationRate
-
withControllerMutationRate
-
hasControllerMutationRate
public boolean hasControllerMutationRate() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends QuotasPluginKafkaFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends QuotasPluginKafkaFluent<A>>
-
toString
-