Package io.debezium.operator.api.model
Class TransformationFluent<A extends TransformationFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.TransformationFluent<A>
- Direct Known Subclasses:
DebeziumServerSpecFluent.TransformsNested,TransformationBuilder
public class TransformationFluent<A extends TransformationFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ConfigPropertiesprivate booleanprivate Stringprivate StringFields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyInstance(Transformation instance) booleangetType()booleaninthashCode()booleanbooleanbooleanhasType()booleanisNegate()toString()withConfig(ConfigProperties config) withNegate(boolean negate) withPredicate(String predicate) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Field Details
-
type
-
predicate
-
negate
private boolean negate -
config
-
-
Constructor Details
-
TransformationFluent
public TransformationFluent() -
TransformationFluent
-
-
Method Details
-
copyInstance
-
getType
-
withType
-
hasType
public boolean hasType() -
getPredicate
-
withPredicate
-
hasPredicate
public boolean hasPredicate() -
isNegate
public boolean isNegate() -
withNegate
-
hasNegate
public boolean hasNegate() -
getConfig
-
withConfig
-
hasConfig
public boolean hasConfig() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TransformationFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TransformationFluent<A>>
-
toString
-
withNegate
-