Class JmxConfigFluent<A extends JmxConfigFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.runtime.jmx.JmxConfigFluent<A>
- Direct Known Subclasses:
JmxConfigBuilder,RuntimeFluent.JmxNested
public class JmxConfigFluent<A extends JmxConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyInstance(JmxConfig instance) booleanintgetPort()booleanbooleaninthashCode()booleanhasPort()booleantoString()withAuthentication(JmxAuthentication authentication) withEnabled(boolean enabled) withPort(int port) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Field Details
-
enabled
private boolean enabled -
port
private int port -
authentication
-
-
Constructor Details
-
JmxConfigFluent
public JmxConfigFluent() -
JmxConfigFluent
-
-
Method Details
-
copyInstance
-
isEnabled
public boolean isEnabled() -
withEnabled
-
hasEnabled
public boolean hasEnabled() -
getPort
public int getPort() -
withPort
-
hasPort
public boolean hasPort() -
buildAuthentication
-
withAuthentication
-
hasAuthentication
public boolean hasAuthentication() -
withNewAuthentication
-
withNewAuthenticationLike
-
editAuthentication
-
editOrNewAuthentication
-
editOrNewAuthenticationLike
public JmxConfigFluent<A>.AuthenticationNested<A> editOrNewAuthenticationLike(JmxAuthentication item) -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JmxConfigFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JmxConfigFluent<A>>
-
toString
-
withEnabled
-