Class EphemeralStorageFluentImpl<A extends EphemeralStorageFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.storage.EphemeralStorageFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,EphemeralStorageFluent<A>
- Direct Known Subclasses:
EphemeralStorageBuilder,JbodStorageFluentImpl.EphemeralStorageVolumesNestedImpl,KafkaClusterSpecFluentImpl.EphemeralStorageNestedImpl,ZookeeperClusterSpecFluentImpl.EphemeralStorageNestedImpl
public class EphemeralStorageFluentImpl<A extends EphemeralStorageFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EphemeralStorageFluent<A>
-
-
Constructor Summary
Constructors Constructor Description EphemeralStorageFluentImpl()EphemeralStorageFluentImpl(EphemeralStorage instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetId()StringgetSizeLimit()inthashCode()BooleanhasId()BooleanhasSizeLimit()AwithId(Integer id)AwithNewSizeLimit(byte[] arg1)AwithNewSizeLimit(byte[] arg1, int arg2)AwithNewSizeLimit(byte[] arg1, int arg2, int arg3)AwithNewSizeLimit(byte[] arg1, int arg2, int arg3, int arg4)AwithNewSizeLimit(char[] arg1)AwithNewSizeLimit(char[] arg1, int arg2, int arg3)AwithNewSizeLimit(int[] arg1, int arg2, int arg3)AwithNewSizeLimit(String arg1)AwithNewSizeLimit(StringBuffer arg1)AwithNewSizeLimit(StringBuilder arg1)AwithSizeLimit(String sizeLimit)
-
-
-
Constructor Detail
-
EphemeralStorageFluentImpl
public EphemeralStorageFluentImpl()
-
EphemeralStorageFluentImpl
public EphemeralStorageFluentImpl(EphemeralStorage instance)
-
-
Method Detail
-
getId
public Integer getId()
- Specified by:
getIdin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withId
public A withId(Integer id)
- Specified by:
withIdin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
hasId
public Boolean hasId()
- Specified by:
hasIdin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
getSizeLimit
public String getSizeLimit()
- Specified by:
getSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withSizeLimit
public A withSizeLimit(String sizeLimit)
- Specified by:
withSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
hasSizeLimit
public Boolean hasSizeLimit()
- Specified by:
hasSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(StringBuilder arg1)
- Specified by:
withNewSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(int[] arg1, int arg2, int arg3)
- Specified by:
withNewSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(char[] arg1)
- Specified by:
withNewSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(StringBuffer arg1)
- Specified by:
withNewSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(byte[] arg1, int arg2)
- Specified by:
withNewSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(byte[] arg1)
- Specified by:
withNewSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(char[] arg1, int arg2, int arg3)
- Specified by:
withNewSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(String arg1)
- Specified by:
withNewSizeLimitin interfaceEphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
-