Class DbaasServiceMysqlBackupSchedule


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.4.0")
    public class DbaasServiceMysqlBackupSchedule
    extends Object
    Backup schedule
    • Constructor Detail

      • DbaasServiceMysqlBackupSchedule

        public DbaasServiceMysqlBackupSchedule()
    • Method Detail

      • getBackupHour

        @Nullable
        public Long 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

        public void setBackupHour​(Long backupHour)
      • getBackupMinute

        @Nullable
        public Long 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

        public void setBackupMinute​(Long backupMinute)
      • equals

        public boolean equals​(Object o)
        Return true if this dbaas_service_mysql_backup_schedule object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toUrlQueryString

        public String toUrlQueryString()
        Convert the instance into URL query string.
        Returns:
        URL query string
      • toUrlQueryString

        public String toUrlQueryString​(String prefix)
        Convert the instance into URL query string.
        Parameters:
        prefix - prefix of the query string
        Returns:
        URL query string