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 Modifier and Type Field Description static String
JSON_PROPERTY_DEADLINE
static String
JSON_PROPERTY_DESCRIPTION
static String
JSON_PROPERTY_START_AFTER
static String
JSON_PROPERTY_START_AT
-
Constructor Summary
Constructors Constructor Description DbaasServiceUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbaasServiceUpdate
deadline(OffsetDateTime deadline)
DbaasServiceUpdate
description(String description)
boolean
equals(Object o)
Return true if this dbaas-service-update object is equal to o.OffsetDateTime
getDeadline()
Deadline for installing the updateString
getDescription()
Description of the updateOffsetDateTime
getStartAfter()
The earliest time the update will be automatically appliedOffsetDateTime
getStartAt()
The 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)
DbaasServiceUpdate
startAfter(OffsetDateTime startAfter)
DbaasServiceUpdate
startAt(OffsetDateTime startAt)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DEADLINE
public static final String JSON_PROPERTY_DEADLINE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_START_AFTER
public static final String JSON_PROPERTY_START_AFTER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_START_AT
public static final String JSON_PROPERTY_START_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
description
public DbaasServiceUpdate description(String description)
-
getDescription
@Nullable public String getDescription()
Description of the update- Returns:
- description
-
setDescription
public void setDescription(String description)
-
deadline
public DbaasServiceUpdate deadline(OffsetDateTime deadline)
-
getDeadline
@Nullable public OffsetDateTime getDeadline()
Deadline for installing the update- Returns:
- deadline
-
setDeadline
public void setDeadline(OffsetDateTime deadline)
-
startAfter
public DbaasServiceUpdate startAfter(OffsetDateTime startAfter)
-
getStartAfter
@Nullable public OffsetDateTime getStartAfter()
The earliest time the update will be automatically applied- Returns:
- startAfter
-
setStartAfter
public void setStartAfter(OffsetDateTime startAfter)
-
startAt
public DbaasServiceUpdate startAt(OffsetDateTime startAt)
-
getStartAt
@Nullable public OffsetDateTime getStartAt()
The time when the update will be automatically applied- Returns:
- startAt
-
setStartAt
public void setStartAt(OffsetDateTime startAt)
-
equals
public boolean equals(Object o)
Return true if this dbaas-service-update object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-