Package com.exoscale.sdk.model
Class DbaasServiceBackup
java.lang.Object
com.exoscale.sdk.model.DbaasServiceBackup
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasServiceBackup
extends Object
List of backups for the service
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupName
(String backupName) backupTime
(OffsetDateTime backupTime) boolean
Return true if this dbaas-service-backup object is equal to o.Internal name of this backupBackup timestamp (ISO 8601)Backup's original size before compression minimum: 0int
hashCode()
void
setBackupName
(String backupName) void
setBackupTime
(OffsetDateTime backupTime) void
setDataSize
(Long dataSize) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_BACKUP_NAME
- See Also:
-
JSON_PROPERTY_BACKUP_TIME
- See Also:
-
JSON_PROPERTY_DATA_SIZE
- See Also:
-
-
Constructor Details
-
DbaasServiceBackup
public DbaasServiceBackup()
-
-
Method Details
-
backupName
-
getBackupName
Internal name of this backup- Returns:
- backupName
-
setBackupName
-
backupTime
-
getBackupTime
Backup timestamp (ISO 8601)- Returns:
- backupTime
-
setBackupTime
-
dataSize
-
getDataSize
Backup's original size before compression minimum: 0- Returns:
- dataSize
-
setDataSize
-
equals
Return true if this dbaas-service-backup 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
-