Class JmxTransQueryTemplateFluent<A extends JmxTransQueryTemplateFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.jmxtrans.JmxTransQueryTemplateFluent<A>
- Direct Known Subclasses:
JmxTransQueryTemplateBuilder,JmxTransSpecFluent.KafkaQueriesNested
public class JmxTransQueryTemplateFluent<A extends JmxTransQueryTemplateFluent<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 TypeMethodDescriptionaddAllToAttributes(Collection<String> items) addAllToOutputs(Collection<String> items) addToAttributes(int index, String item) addToAttributes(String... items) addToOutputs(int index, String item) addToOutputs(String... items) booleangetAttribute(int index) getMatchingAttribute(Predicate<String> predicate) getMatchingOutput(Predicate<String> predicate) getOutput(int index) booleaninthashCode()booleanhasMatchingAttribute(Predicate<String> predicate) booleanhasMatchingOutput(Predicate<String> predicate) booleanbooleanremoveAllFromAttributes(Collection<String> items) removeAllFromOutputs(Collection<String> items) removeFromAttributes(String... items) removeFromOutputs(String... items) setToAttributes(int index, String item) setToOutputs(int index, String item) toString()withAttributes(String... attributes) withAttributes(List<String> attributes) withOutputs(String... outputs) withOutputs(List<String> outputs) withTargetMBean(String targetMBean) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
JmxTransQueryTemplateFluent
public JmxTransQueryTemplateFluent() -
JmxTransQueryTemplateFluent
-
-
Method Details
-
getTargetMBean
-
withTargetMBean
-
hasTargetMBean
public boolean hasTargetMBean() -
addToAttributes
-
setToAttributes
-
addToAttributes
-
addAllToAttributes
-
removeFromAttributes
-
removeAllFromAttributes
-
getAttributes
-
getAttribute
-
getFirstAttribute
-
getLastAttribute
-
getMatchingAttribute
-
hasMatchingAttribute
-
withAttributes
-
withAttributes
-
hasAttributes
public boolean hasAttributes() -
addToOutputs
-
setToOutputs
-
addToOutputs
-
addAllToOutputs
-
removeFromOutputs
-
removeAllFromOutputs
-
getOutputs
-
getOutput
-
getFirstOutput
-
getLastOutput
-
getMatchingOutput
-
hasMatchingOutput
-
withOutputs
-
withOutputs
-
hasOutputs
public boolean hasOutputs() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JmxTransQueryTemplateFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends JmxTransQueryTemplateFluent<A>>
-
toString
-