Package com.exoscale.sdk.model
Class DbaasServiceUpdate
java.lang.Object
com.exoscale.sdk.model.DbaasServiceUpdate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasServiceUpdate
extends Object
Update waiting to be installed
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeadline
(OffsetDateTime deadline) description
(String description) boolean
Return true if this dbaas-service-update object is equal to o.Deadline for installing the updateDescription of the updateThe earliest time the update will be automatically appliedThe time when the update will be automatically appliedint
hashCode()
void
setDeadline
(OffsetDateTime deadline) void
setDescription
(String description) void
setStartAfter
(OffsetDateTime startAfter) void
setStartAt
(OffsetDateTime startAt) startAfter
(OffsetDateTime startAfter) startAt
(OffsetDateTime startAt) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DEADLINE
- See Also:
-
JSON_PROPERTY_START_AFTER
- See Also:
-
JSON_PROPERTY_START_AT
- See Also:
-
-
Constructor Details
-
DbaasServiceUpdate
public DbaasServiceUpdate()
-
-
Method Details
-
description
-
getDescription
Description of the update- Returns:
- description
-
setDescription
-
deadline
-
getDeadline
Deadline for installing the update- Returns:
- deadline
-
setDeadline
-
startAfter
-
getStartAfter
The earliest time the update will be automatically applied- Returns:
- startAfter
-
setStartAfter
-
startAt
-
getStartAt
The time when the update will be automatically applied- Returns:
- startAt
-
setStartAt
-
equals
Return true if this dbaas-service-update 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
-