Class JmxTransOutputDefinitionTemplateFluent<A extends JmxTransOutputDefinitionTemplateFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.jmxtrans.JmxTransOutputDefinitionTemplateFluent<A>
- Direct Known Subclasses:
JmxTransOutputDefinitionTemplateBuilder,JmxTransSpecFluent.OutputDefinitionsNested
public class JmxTransOutputDefinitionTemplateFluent<A extends JmxTransOutputDefinitionTemplateFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionaddAllToTypeNames(Collection<String> items) addToTypeNames(int index, String item) addToTypeNames(String... items) booleangetHost()getMatchingTypeName(Predicate<String> predicate) getName()getPort()getTypeName(int index) booleaninthashCode()booleanhasHost()booleanhasMatchingTypeName(Predicate<String> predicate) booleanhasName()booleanbooleanhasPort()booleanremoveAllFromTypeNames(Collection<String> items) removeFromTypeNames(String... items) setToTypeNames(int index, String item) toString()withFlushDelayInSeconds(Integer flushDelayInSeconds) withOutputType(String outputType) withTypeNames(String... typeNames) withTypeNames(List<String> typeNames) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
JmxTransOutputDefinitionTemplateFluent
public JmxTransOutputDefinitionTemplateFluent() -
JmxTransOutputDefinitionTemplateFluent
-
-
Method Details
-
getOutputType
-
withOutputType
-
hasOutputType
public boolean hasOutputType() -
getHost
-
withHost
-
hasHost
public boolean hasHost() -
getPort
-
withPort
-
hasPort
public boolean hasPort() -
getFlushDelayInSeconds
-
withFlushDelayInSeconds
-
hasFlushDelayInSeconds
public boolean hasFlushDelayInSeconds() -
getName
-
withName
-
hasName
public boolean hasName() -
addToTypeNames
-
setToTypeNames
-
addToTypeNames
-
addAllToTypeNames
-
removeFromTypeNames
-
removeAllFromTypeNames
-
getTypeNames
-
getTypeName
-
getFirstTypeName
-
getLastTypeName
-
getMatchingTypeName
-
hasMatchingTypeName
-
withTypeNames
-
withTypeNames
-
hasTypeNames
public boolean hasTypeNames() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JmxTransOutputDefinitionTemplateFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JmxTransOutputDefinitionTemplateFluent<A>>
-
toString
-