Package io.debezium.operator.api.model
Class FormatFluent<A extends FormatFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.FormatFluent<A>
- Direct Known Subclasses:
DebeziumServerSpecFluent.FormatNested,FormatBuilder
public class FormatFluent<A extends FormatFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FormatTypeBuilderprivate FormatTypeBuilderprivate FormatTypeBuilderFields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildKey()protected voidcopyInstance(Format instance) editKey()editOrNewKeyLike(FormatType item) editOrNewValueLike(FormatType item) booleaninthashCode()booleanbooleanhasKey()booleanhasValue()toString()withHeader(FormatType header) withKey(FormatType key) withNewHeaderLike(FormatType item) withNewKeyLike(FormatType item) withNewValueLike(FormatType item) withValue(FormatType value) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Field Details
-
key
-
value
-
header
-
-
Constructor Details
-
FormatFluent
public FormatFluent() -
FormatFluent
-
-
Method Details
-
copyInstance
-
buildKey
-
withKey
-
hasKey
public boolean hasKey() -
withNewKey
-
withNewKeyLike
-
editKey
-
editOrNewKey
-
editOrNewKeyLike
-
buildValue
-
withValue
-
hasValue
public boolean hasValue() -
withNewValue
-
withNewValueLike
-
editValue
-
editOrNewValue
-
editOrNewValueLike
-
buildHeader
-
withHeader
-
hasHeader
public boolean hasHeader() -
withNewHeader
-
withNewHeaderLike
-
editHeader
-
editOrNewHeader
-
editOrNewHeaderLike
-
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends FormatFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends FormatFluent<A>>
-
toString
-