Package com.exoscale.sdk.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this list-kms-key-rotations-response-entry object is equal to o.Get automaticGet rotatedAtGet versioninthashCode()rotatedAt(OffsetDateTime rotatedAt) voidsetAutomatic(Boolean automatic) voidsetRotatedAt(OffsetDateTime rotatedAt) voidsetVersion(Integer version) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_ROTATED_AT
- See Also:
-
JSON_PROPERTY_AUTOMATIC
- See Also:
-
-
Constructor Details
-
ListKmsKeyRotationsResponseEntry
public ListKmsKeyRotationsResponseEntry()
-
-
Method Details
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
rotatedAt
-
getRotatedAt
Get rotatedAt- Returns:
- rotatedAt
-
setRotatedAt
-
automatic
-
getAutomatic
Get automatic- Returns:
- automatic
-
setAutomatic
-
equals
Return true if this list-kms-key-rotations-response-entry object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-