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 Summary
FieldsFields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyInstance(JmxAuthentication instance) booleanbooleanbooleaninthashCode()booleanbooleanbooleantoString()withAccessFile(String accessFile) withEnabled(boolean enabled) withPasswordFile(String passwordFile) withSecret(String secret) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Field Details
-
enabled
private boolean enabled -
secret
-
accessFile
-
passwordFile
-
-
Constructor Details
-
JmxAuthenticationFluent
public JmxAuthenticationFluent() -
JmxAuthenticationFluent
-
-
Method Details
-
copyInstance
-
isEnabled
public boolean isEnabled() -
withEnabled
-
hasEnabled
public boolean hasEnabled() -
getSecret
-
withSecret
-
hasSecret
public boolean hasSecret() -
getAccessFile
-
withAccessFile
-
hasAccessFile
public boolean hasAccessFile() -
getPasswordFile
-
withPasswordFile
-
hasPasswordFile
public boolean hasPasswordFile() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JmxAuthenticationFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JmxAuthenticationFluent<A>>
-
toString
-
withEnabled
-