Class DebeziumServerSpecFluent<A extends DebeziumServerSpecFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.DebeziumServerSpecFluent<A>
Direct Known Subclasses:
DebeziumServerFluent.SpecNested, DebeziumServerSpecBuilder

public class DebeziumServerSpecFluent<A extends DebeziumServerSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
  • Field Details

  • Constructor Details

    • DebeziumServerSpecFluent

      public DebeziumServerSpecFluent()
    • DebeziumServerSpecFluent

      public DebeziumServerSpecFluent(DebeziumServerSpec instance)
  • Method Details

    • copyInstance

      protected void copyInstance(DebeziumServerSpec instance)
    • getImage

      public String getImage()
    • withImage

      public A withImage(String image)
    • hasImage

      public boolean hasImage()
    • getVersion

      public String getVersion()
    • withVersion

      public A withVersion(String version)
    • hasVersion

      public boolean hasVersion()
    • getStorage

      public Storage getStorage()
    • withStorage

      public A withStorage(Storage storage)
    • hasStorage

      public boolean hasStorage()
    • getSink

      public Sink getSink()
    • withSink

      public A withSink(Sink sink)
    • hasSink

      public boolean hasSink()
    • getSource

      public Source getSource()
    • withSource

      public A withSource(Source source)
    • hasSource

      public boolean hasSource()
    • getFormat

      public Format getFormat()
    • withFormat

      public A withFormat(Format format)
    • hasFormat

      public boolean hasFormat()
    • getQuarkus

      public Quarkus getQuarkus()
    • withQuarkus

      public A withQuarkus(Quarkus quarkus)
    • hasQuarkus

      public boolean hasQuarkus()
    • getRuntime

      public Runtime getRuntime()
    • withRuntime

      public A withRuntime(Runtime runtime)
    • hasRuntime

      public boolean hasRuntime()
    • addToTransforms

      public A addToTransforms(int index, Transformation item)
    • setToTransforms

      public A setToTransforms(int index, Transformation item)
    • addToTransforms

      public A addToTransforms(Transformation... items)
    • addAllToTransforms

      public A addAllToTransforms(Collection<Transformation> items)
    • removeFromTransforms

      public A removeFromTransforms(Transformation... items)
    • removeAllFromTransforms

      public A removeAllFromTransforms(Collection<Transformation> items)
    • getTransforms

      public List<Transformation> getTransforms()
    • getTransform

      public Transformation getTransform(int index)
    • getFirstTransform

      public Transformation getFirstTransform()
    • getLastTransform

      public Transformation getLastTransform()
    • getMatchingTransform

      public Transformation getMatchingTransform(Predicate<Transformation> predicate)
    • hasMatchingTransform

      public boolean hasMatchingTransform(Predicate<Transformation> predicate)
    • withTransforms

      public A withTransforms(List<Transformation> transforms)
    • withTransforms

      public A withTransforms(Transformation... transforms)
    • hasTransforms

      public boolean hasTransforms()
    • addToPredicates

      public A addToPredicates(String key, Predicate value)
    • addToPredicates

      public A addToPredicates(Map<String,Predicate> map)
    • removeFromPredicates

      public A removeFromPredicates(String key)
    • removeFromPredicates

      public A removeFromPredicates(Map<String,Predicate> map)
    • getPredicates

      public Map<String,Predicate> getPredicates()
    • withPredicates

      public <K, V> A withPredicates(Map<String,Predicate> predicates)
    • hasPredicates

      public boolean hasPredicates()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DebeziumServerSpecFluent<A>>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DebeziumServerSpecFluent<A>>
    • toString

      public String toString()
      Overrides:
      toString in class Object