Class RedisStoreWaitConfigFluent<A extends RedisStoreWaitConfigFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.source.storage.RedisStoreWaitConfigFluent<A>
Direct Known Subclasses:
RedisOffsetStoreFluent.WaitNested, RedisSchemaHistoryStoreFluent.WaitNested, RedisStoreWaitConfigBuilder

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

    • enabled

      private boolean enabled
    • timeoutMs

      private long timeoutMs
    • retry

      private boolean retry
    • retryDelayMs

      private long retryDelayMs
  • Constructor Details

    • RedisStoreWaitConfigFluent

      public RedisStoreWaitConfigFluent()
    • RedisStoreWaitConfigFluent

      public RedisStoreWaitConfigFluent(RedisStoreWaitConfig instance)
  • Method Details

    • copyInstance

      protected void copyInstance(RedisStoreWaitConfig instance)
    • isEnabled

      public boolean isEnabled()
    • withEnabled

      public A withEnabled(boolean enabled)
    • hasEnabled

      public boolean hasEnabled()
    • getTimeoutMs

      public long getTimeoutMs()
    • withTimeoutMs

      public A withTimeoutMs(long timeoutMs)
    • hasTimeoutMs

      public boolean hasTimeoutMs()
    • isRetry

      public boolean isRetry()
    • withRetry

      public A withRetry(boolean retry)
    • hasRetry

      public boolean hasRetry()
    • getRetryDelayMs

      public long getRetryDelayMs()
    • withRetryDelayMs

      public A withRetryDelayMs(long retryDelayMs)
    • hasRetryDelayMs

      public boolean hasRetryDelayMs()
    • equals

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

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

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

      public A withEnabled()
    • withRetry

      public A withRetry()