Class AutoRestartFluent<A extends AutoRestartFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.connector.AutoRestartFluent<A>
Direct Known Subclasses:
AbstractConnectorSpecFluent.AutoRestartNested, AutoRestartBuilder

public class AutoRestartFluent<A extends AutoRestartFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
  • Constructor Details

    • AutoRestartFluent

      public AutoRestartFluent()
    • AutoRestartFluent

      public AutoRestartFluent(AutoRestart instance)
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • withEnabled

      public A withEnabled(boolean enabled)
    • hasEnabled

      public boolean hasEnabled()
    • getMaxRestarts

      public Integer getMaxRestarts()
    • withMaxRestarts

      public A withMaxRestarts(Integer maxRestarts)
    • hasMaxRestarts

      public boolean hasMaxRestarts()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object
    • withEnabled

      public A withEnabled()