Package com.exoscale.sdk.model
Class KeyMaterial
java.lang.Object
com.exoscale.sdk.model.KeyMaterial
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class KeyMaterial
extends Object
KeyMaterial
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) booleanReturn true if this key-material object is equal to o.A boolean flag indicating whether this specific material version was created during an automated system rotation window.The UTC date-time indicating when this particular generation of physical cryptographic material was seeded.The incremental index tracing internal key rotation cycles for the key material.inthashCode()voidsetAutomatic(Boolean automatic) voidsetCreatedAt(OffsetDateTime createdAt) 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_CREATED_AT
- See Also:
-
JSON_PROPERTY_AUTOMATIC
- See Also:
-
-
Constructor Details
-
KeyMaterial
public KeyMaterial()
-
-
Method Details
-
version
-
getVersion
The incremental index tracing internal key rotation cycles for the key material.- Returns:
- version
-
setVersion
-
createdAt
-
getCreatedAt
The UTC date-time indicating when this particular generation of physical cryptographic material was seeded.- Returns:
- createdAt
-
setCreatedAt
-
automatic
-
getAutomatic
A boolean flag indicating whether this specific material version was created during an automated system rotation window.- Returns:
- automatic
-
setAutomatic
-
equals
Return true if this key-material 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
-