Class SourceFluent<A extends SourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.source.SourceFluent<A>
- Direct Known Subclasses:
DebeziumServerSpecFluent.SourceNested,SourceBuilder
public class SourceFluent<A extends SourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ConfigPropertiesprivate OffsetBuilderprivate SchemaHistoryBuilderprivate StringFields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyInstance(Source instance) editOrNewOffsetLike(Offset item) booleanbooleaninthashCode()booleanbooleanbooleantoString()withConfig(ConfigProperties config) withNewOffsetLike(Offset item) withOffset(Offset offset) withSchemaHistory(SchemaHistory schemaHistory) withSourceClass(String sourceClass) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Field Details
-
sourceClass
-
offset
-
schemaHistory
-
config
-
-
Constructor Details
-
SourceFluent
public SourceFluent() -
SourceFluent
-
-
Method Details
-
copyInstance
-
getSourceClass
-
withSourceClass
-
hasSourceClass
public boolean hasSourceClass() -
buildOffset
-
withOffset
-
hasOffset
public boolean hasOffset() -
withNewOffset
-
withNewOffsetLike
-
editOffset
-
editOrNewOffset
-
editOrNewOffsetLike
-
buildSchemaHistory
-
withSchemaHistory
-
hasSchemaHistory
public boolean hasSchemaHistory() -
withNewSchemaHistory
-
withNewSchemaHistoryLike
-
editSchemaHistory
-
editOrNewSchemaHistory
-
editOrNewSchemaHistoryLike
-
getConfig
-
withConfig
-
hasConfig
public boolean hasConfig() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SourceFluent<A>>
-
toString
-