Package com.exoscale.sdk.model
Class UpdateDbaasServiceMysqlRequestMaintenance
java.lang.Object
com.exoscale.sdk.model.UpdateDbaasServiceMysqlRequestMaintenance
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class UpdateDbaasServiceMysqlRequestMaintenance
extends Object
Automatic maintenance settings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDay of week for installing updates -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this update_dbaas_service_mysql_request_maintenance object is equal to o.getDow()Day of week for installing updatesgetTime()Time for installing updates, UTCinthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DOW
- See Also:
-
JSON_PROPERTY_TIME
- See Also:
-
-
Constructor Details
-
UpdateDbaasServiceMysqlRequestMaintenance
public UpdateDbaasServiceMysqlRequestMaintenance()
-
-
Method Details
-
dow
-
getDow
Day of week for installing updates- Returns:
- dow
-
setDow
-
time
-
getTime
Time for installing updates, UTC- Returns:
- time
-
setTime
-
equals
Return true if this update_dbaas_service_mysql_request_maintenance 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
-