Package com.exoscale.sdk.model
Class ScheduleKmsKeyDeletionResponse
java.lang.Object
com.exoscale.sdk.model.ScheduleKmsKeyDeletionResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ScheduleKmsKeyDeletionResponse
extends Object
ScheduleKmsKeyDeletionResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteAt(OffsetDateTime deleteAt) booleanReturn true if this schedule-kms-key-deletion-response object is equal to o.Timestamp of the key deletioninthashCode()voidsetDeleteAt(OffsetDateTime deleteAt) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DELETE_AT
- See Also:
-
-
Constructor Details
-
ScheduleKmsKeyDeletionResponse
public ScheduleKmsKeyDeletionResponse()
-
-
Method Details
-
deleteAt
-
getDeleteAt
Timestamp of the key deletion- Returns:
- deleteAt
-
setDeleteAt
-
equals
Return true if this schedule-kms-key-deletion-response 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
-