Class DataStorageFluent<A extends DataStorageFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.runtime.storage.DataStorageFluent<A>
- Direct Known Subclasses:
DataStorageBuilder
public class DataStorageFluent<A extends DataStorageFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Field Summary
FieldsFields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyInstance(DataStorage instance) booleangetType()booleaninthashCode()booleanhasType()toString()withClaimName(String claimName) withType(StorageType type) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Field Details
-
type
-
claimName
-
-
Constructor Details
-
DataStorageFluent
public DataStorageFluent() -
DataStorageFluent
-
-
Method Details
-
copyInstance
-
getType
-
withType
-
hasType
public boolean hasType() -
getClaimName
-
withClaimName
-
hasClaimName
public boolean hasClaimName() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DataStorageFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DataStorageFluent<A>>
-
toString
-