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
  • Constructor Details

    • QuotasPluginKafkaFluent

      public QuotasPluginKafkaFluent()
    • QuotasPluginKafkaFluent

      public QuotasPluginKafkaFluent(QuotasPluginKafka instance)
  • Method Details

    • getProducerByteRate

      public Long getProducerByteRate()
    • withProducerByteRate

      public A withProducerByteRate(Long producerByteRate)
    • hasProducerByteRate

      public boolean hasProducerByteRate()
    • getConsumerByteRate

      public Long getConsumerByteRate()
    • withConsumerByteRate

      public A withConsumerByteRate(Long consumerByteRate)
    • hasConsumerByteRate

      public boolean hasConsumerByteRate()
    • getRequestPercentage

      public Integer getRequestPercentage()
    • withRequestPercentage

      public A withRequestPercentage(Integer requestPercentage)
    • hasRequestPercentage

      public boolean hasRequestPercentage()
    • getControllerMutationRate

      public Double getControllerMutationRate()
    • withControllerMutationRate

      public A withControllerMutationRate(Double controllerMutationRate)
    • hasControllerMutationRate

      public boolean hasControllerMutationRate()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends QuotasPluginKafkaFluent<A>>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends QuotasPluginKafkaFluent<A>>
    • toString

      public String toString()
      Overrides:
      toString in class Object