Class JmxAuthenticationFluent<A extends JmxAuthenticationFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.runtime.jmx.JmxAuthenticationFluent<A>
Direct Known Subclasses:
JmxAuthenticationBuilder, JmxConfigFluent.AuthenticationNested

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

    • enabled

      private boolean enabled
    • secret

      private String secret
    • accessFile

      private String accessFile
    • passwordFile

      private String passwordFile
  • Constructor Details

    • JmxAuthenticationFluent

      public JmxAuthenticationFluent()
    • JmxAuthenticationFluent

      public JmxAuthenticationFluent(JmxAuthentication instance)
  • Method Details

    • copyInstance

      protected void copyInstance(JmxAuthentication instance)
    • isEnabled

      public boolean isEnabled()
    • withEnabled

      public A withEnabled(boolean enabled)
    • hasEnabled

      public boolean hasEnabled()
    • getSecret

      public String getSecret()
    • withSecret

      public A withSecret(String secret)
    • hasSecret

      public boolean hasSecret()
    • getAccessFile

      public String getAccessFile()
    • withAccessFile

      public A withAccessFile(String accessFile)
    • hasAccessFile

      public boolean hasAccessFile()
    • getPasswordFile

      public String getPasswordFile()
    • withPasswordFile

      public A withPasswordFile(String passwordFile)
    • hasPasswordFile

      public boolean hasPasswordFile()
    • equals

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

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

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

      public A withEnabled()