Class ListKmsKeyRotationsResponseEntry

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

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

  • Constructor Details

    • ListKmsKeyRotationsResponseEntry

      public ListKmsKeyRotationsResponseEntry()
  • Method Details

    • version

      public ListKmsKeyRotationsResponseEntry version(Integer version)
    • getVersion

      @Nonnull public Integer getVersion()
      Get version
      Returns:
      version
    • setVersion

      public void setVersion(Integer version)
    • rotatedAt

      public ListKmsKeyRotationsResponseEntry rotatedAt(OffsetDateTime rotatedAt)
    • getRotatedAt

      @Nonnull public OffsetDateTime getRotatedAt()
      Get rotatedAt
      Returns:
      rotatedAt
    • setRotatedAt

      public void setRotatedAt(OffsetDateTime rotatedAt)
    • automatic

      public ListKmsKeyRotationsResponseEntry automatic(Boolean automatic)
    • getAutomatic

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

      public void setAutomatic(Boolean automatic)
    • equals

      public boolean equals(Object o)
      Return true if this list-kms-key-rotations-response-entry 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