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 Details

  • Constructor Details

    • TransformationFluent

      public TransformationFluent()
    • TransformationFluent

      public TransformationFluent(Transformation instance)
  • Method Details

    • copyInstance

      protected void copyInstance(Transformation instance)
    • getType

      public String getType()
    • withType

      public A withType(String type)
    • hasType

      public boolean hasType()
    • getPredicate

      public String getPredicate()
    • withPredicate

      public A withPredicate(String predicate)
    • hasPredicate

      public boolean hasPredicate()
    • isNegate

      public boolean isNegate()
    • withNegate

      public A withNegate(boolean negate)
    • hasNegate

      public boolean hasNegate()
    • getConfig

      public ConfigProperties getConfig()
    • withConfig

      public A withConfig(ConfigProperties config)
    • hasConfig

      public boolean hasConfig()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object
    • withNegate

      public A withNegate()