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.Get automaticGet createdAtGet versioninthashCode()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
Get version- Returns:
- version
-
setVersion
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
automatic
-
getAutomatic
Get automatic- 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
-