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
  • Constructor Details

    • JmxTransQueryTemplateFluent

      public JmxTransQueryTemplateFluent()
    • JmxTransQueryTemplateFluent

      public JmxTransQueryTemplateFluent(JmxTransQueryTemplate instance)
  • Method Details

    • getTargetMBean

      public String getTargetMBean()
    • withTargetMBean

      public A withTargetMBean(String targetMBean)
    • hasTargetMBean

      public boolean hasTargetMBean()
    • addToAttributes

      public A addToAttributes(int index, String item)
    • setToAttributes

      public A setToAttributes(int index, String item)
    • addToAttributes

      public A addToAttributes(String... items)
    • addAllToAttributes

      public A addAllToAttributes(Collection<String> items)
    • removeFromAttributes

      public A removeFromAttributes(String... items)
    • removeAllFromAttributes

      public A removeAllFromAttributes(Collection<String> items)
    • getAttributes

      public List<String> getAttributes()
    • getAttribute

      public String getAttribute(int index)
    • getFirstAttribute

      public String getFirstAttribute()
    • getLastAttribute

      public String getLastAttribute()
    • getMatchingAttribute

      public String getMatchingAttribute(Predicate<String> predicate)
    • hasMatchingAttribute

      public boolean hasMatchingAttribute(Predicate<String> predicate)
    • withAttributes

      public A withAttributes(List<String> attributes)
    • withAttributes

      public A withAttributes(String... attributes)
    • hasAttributes

      public boolean hasAttributes()
    • addToOutputs

      public A addToOutputs(int index, String item)
    • setToOutputs

      public A setToOutputs(int index, String item)
    • addToOutputs

      public A addToOutputs(String... items)
    • addAllToOutputs

      public A addAllToOutputs(Collection<String> items)
    • removeFromOutputs

      public A removeFromOutputs(String... items)
    • removeAllFromOutputs

      public A removeAllFromOutputs(Collection<String> items)
    • getOutputs

      public List<String> getOutputs()
    • getOutput

      public String getOutput(int index)
    • getFirstOutput

      public String getFirstOutput()
    • getLastOutput

      public String getLastOutput()
    • getMatchingOutput

      public String getMatchingOutput(Predicate<String> predicate)
    • hasMatchingOutput

      public boolean hasMatchingOutput(Predicate<String> predicate)
    • withOutputs

      public A withOutputs(List<String> outputs)
    • withOutputs

      public A withOutputs(String... outputs)
    • hasOutputs

      public boolean hasOutputs()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object