Class RackFluent<A extends RackFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.RackFluent<A>
All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
Direct Known Subclasses:
AbstractKafkaConnectSpecFluent.RackNested, KafkaBridgeSpecFluent.RackNested, KafkaClusterSpecFluent.RackNested, RackBuilder

public class RackFluent<A extends RackFluent<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

    Constructors
    Constructor
    Description
     
    RackFluent(Rack instance)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    int
     
    boolean
     
     
    withTopologyKey(String topologyKey)
     

    Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent

    accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.fabric8.kubernetes.api.builder.Visitable

    getTarget
  • Constructor Details

    • RackFluent

      public RackFluent()
    • RackFluent

      public RackFluent(Rack instance)
  • Method Details

    • getTopologyKey

      public String getTopologyKey()
    • withTopologyKey

      public A withTopologyKey(String topologyKey)
    • hasTopologyKey

      public boolean hasTopologyKey()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object