Package com.exoscale.sdk.model
Class DbaasServiceMysqlBackupSchedule
java.lang.Object
com.exoscale.sdk.model.DbaasServiceMysqlBackupSchedule
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasServiceMysqlBackupSchedule
extends Object
Backup schedule
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupHour
(Long backupHour) backupMinute
(Long backupMinute) boolean
Return true if this dbaas_service_mysql_backup_schedule object is equal to o.The hour of day (in UTC) when backup for the service is started.The minute of an hour when backup for the service is started.int
hashCode()
void
setBackupHour
(Long backupHour) void
setBackupMinute
(Long backupMinute) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_BACKUP_HOUR
- See Also:
-
JSON_PROPERTY_BACKUP_MINUTE
- See Also:
-
-
Constructor Details
-
DbaasServiceMysqlBackupSchedule
public DbaasServiceMysqlBackupSchedule()
-
-
Method Details
-
backupHour
-
getBackupHour
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. minimum: 0 maximum: 23- Returns:
- backupHour
-
setBackupHour
-
backupMinute
-
getBackupMinute
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. minimum: 0 maximum: 59- Returns:
- backupMinute
-
setBackupMinute
-
equals
Return true if this dbaas_service_mysql_backup_schedule 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
-