Package io.strimzi.api.kafka.model
Class RackFluentImpl<A extends RackFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.RackFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,RackFluent<A>
- Direct Known Subclasses:
KafkaClusterSpecFluentImpl.RackNestedImpl,KafkaConnectSpecFluentImpl.RackNestedImpl,RackBuilder
public class RackFluentImpl<A extends RackFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RackFluent<A>
-
-
Constructor Summary
Constructors Constructor Description RackFluentImpl()RackFluentImpl(Rack instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetTopologyKey()inthashCode()BooleanhasTopologyKey()AwithNewTopologyKey(byte[] arg1)AwithNewTopologyKey(byte[] arg1, int arg2)AwithNewTopologyKey(byte[] arg1, int arg2, int arg3)AwithNewTopologyKey(byte[] arg1, int arg2, int arg3, int arg4)AwithNewTopologyKey(char[] arg1)AwithNewTopologyKey(char[] arg1, int arg2, int arg3)AwithNewTopologyKey(int[] arg1, int arg2, int arg3)AwithNewTopologyKey(String arg1)AwithNewTopologyKey(StringBuffer arg1)AwithNewTopologyKey(StringBuilder arg1)AwithTopologyKey(String topologyKey)
-
-
-
Constructor Detail
-
RackFluentImpl
public RackFluentImpl()
-
RackFluentImpl
public RackFluentImpl(Rack instance)
-
-
Method Detail
-
getTopologyKey
public String getTopologyKey()
- Specified by:
getTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withTopologyKey
public A withTopologyKey(String topologyKey)
- Specified by:
withTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
hasTopologyKey
public Boolean hasTopologyKey()
- Specified by:
hasTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(StringBuilder arg1)
- Specified by:
withNewTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(int[] arg1, int arg2, int arg3)
- Specified by:
withNewTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(char[] arg1)
- Specified by:
withNewTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(StringBuffer arg1)
- Specified by:
withNewTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(byte[] arg1, int arg2)
- Specified by:
withNewTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(byte[] arg1)
- Specified by:
withNewTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(char[] arg1, int arg2, int arg3)
- Specified by:
withNewTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(String arg1)
- Specified by:
withNewTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
-