Class FormatTypeFluent<A extends FormatTypeFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.FormatTypeFluent<A>
Direct Known Subclasses:
FormatFluent.HeaderNested, FormatFluent.KeyNested, FormatFluent.ValueNested, FormatTypeBuilder

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

  • Constructor Details

    • FormatTypeFluent

      public FormatTypeFluent()
    • FormatTypeFluent

      public FormatTypeFluent(FormatType instance)
  • Method Details

    • copyInstance

      protected void copyInstance(FormatType instance)
    • getType

      public String getType()
    • withType

      public A withType(String type)
    • hasType

      public boolean hasType()
    • 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 FormatTypeFluent<A>>
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object