Class KafkaNodePoolStatusFluent<A extends KafkaNodePoolStatusFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.status.StatusFluent<A>
io.strimzi.api.kafka.model.nodepool.KafkaNodePoolStatusFluent<A>
All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
Direct Known Subclasses:
KafkaNodePoolFluent.StatusNested, KafkaNodePoolStatusBuilder

public class KafkaNodePoolStatusFluent<A extends KafkaNodePoolStatusFluent<A>> extends StatusFluent<A>
Generated
  • Constructor Details

    • KafkaNodePoolStatusFluent

      public KafkaNodePoolStatusFluent()
    • KafkaNodePoolStatusFluent

      public KafkaNodePoolStatusFluent(KafkaNodePoolStatus instance)
  • Method Details

    • addToNodeIds

      public A addToNodeIds(int index, Integer item)
    • setToNodeIds

      public A setToNodeIds(int index, Integer item)
    • addToNodeIds

      public A addToNodeIds(Integer... items)
    • addAllToNodeIds

      public A addAllToNodeIds(Collection<Integer> items)
    • removeFromNodeIds

      public A removeFromNodeIds(Integer... items)
    • removeAllFromNodeIds

      public A removeAllFromNodeIds(Collection<Integer> items)
    • getNodeIds

      public List<Integer> getNodeIds()
    • getNodeId

      public Integer getNodeId(int index)
    • getFirstNodeId

      public Integer getFirstNodeId()
    • getLastNodeId

      public Integer getLastNodeId()
    • getMatchingNodeId

      public Integer getMatchingNodeId(Predicate<Integer> predicate)
    • hasMatchingNodeId

      public boolean hasMatchingNodeId(Predicate<Integer> predicate)
    • withNodeIds

      public A withNodeIds(List<Integer> nodeIds)
    • withNodeIds

      public A withNodeIds(Integer... nodeIds)
    • hasNodeIds

      public boolean hasNodeIds()
    • getClusterId

      public String getClusterId()
    • withClusterId

      public A withClusterId(String clusterId)
    • hasClusterId

      public boolean hasClusterId()
    • getReplicas

      public int getReplicas()
    • withReplicas

      public A withReplicas(int replicas)
    • hasReplicas

      public boolean hasReplicas()
    • getLabelSelector

      public String getLabelSelector()
    • withLabelSelector

      public A withLabelSelector(String labelSelector)
    • hasLabelSelector

      public boolean hasLabelSelector()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class StatusFluent<A extends KafkaNodePoolStatusFluent<A>>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class StatusFluent<A extends KafkaNodePoolStatusFluent<A>>
    • toString

      public String toString()
      Overrides:
      toString in class StatusFluent<A extends KafkaNodePoolStatusFluent<A>>