Class CustomStoreFluent<A extends CustomStoreFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.source.storage.CustomStoreFluent<A>
Direct Known Subclasses:
CustomStoreBuilder, OffsetFluent.StoreNested, SchemaHistoryFluent.StoreNested

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

  • Constructor Details

    • CustomStoreFluent

      public CustomStoreFluent()
    • CustomStoreFluent

      public CustomStoreFluent(CustomStore instance)
  • Method Details

    • copyInstance

      protected void copyInstance(CustomStore 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 CustomStoreFluent<A>>
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object