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.Flag stating whether an automation run handled this historic mutation or if manual actor keys initiated it.The UTC timestamp tracking precisely when this historical adjustment pass finished processing.The absolute increment index referencing this specific historical structural material setup.inthashCode()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
The absolute increment index referencing this specific historical structural material setup.- Returns:
- version
-
setVersion
-
rotatedAt
-
getRotatedAt
The UTC timestamp tracking precisely when this historical adjustment pass finished processing.- Returns:
- rotatedAt
-
setRotatedAt
-
automatic
-
getAutomatic
Flag stating whether an automation run handled this historic mutation or if manual actor keys initiated it.- 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
-