Class KeyRotationConfig

java.lang.Object
com.exoscale.sdk.model.KeyRotationConfig

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class KeyRotationConfig extends Object
KeyRotationConfig
  • Field Details

  • Constructor Details

    • KeyRotationConfig

      public KeyRotationConfig()
  • Method Details

    • manualCount

      public KeyRotationConfig manualCount(Integer manualCount)
    • getManualCount

      @Nonnull public Integer getManualCount()
      Get manualCount
      Returns:
      manualCount
    • setManualCount

      public void setManualCount(Integer manualCount)
    • automatic

      public KeyRotationConfig automatic(Boolean automatic)
    • getAutomatic

      @Nonnull public Boolean getAutomatic()
      Get automatic
      Returns:
      automatic
    • setAutomatic

      public void setAutomatic(Boolean automatic)
    • rotationPeriod

      public KeyRotationConfig rotationPeriod(Integer rotationPeriod)
    • getRotationPeriod

      @Nonnull public Integer getRotationPeriod()
      Get rotationPeriod
      Returns:
      rotationPeriod
    • setRotationPeriod

      public void setRotationPeriod(Integer rotationPeriod)
    • nextAt

      public KeyRotationConfig nextAt(OffsetDateTime nextAt)
    • getNextAt

      @Nonnull public OffsetDateTime getNextAt()
      Get nextAt
      Returns:
      nextAt
    • setNextAt

      public void setNextAt(OffsetDateTime nextAt)
    • equals

      public boolean equals(Object o)
      Return true if this key-rotation-config object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

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

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string