public class DescribeBackupListRequest extends AbstractModel
Constructor and Description |
---|
DescribeBackupListRequest() |
DescribeBackupListRequest(DescribeBackupListRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getBackupIds()
Get Backup ID
|
String |
getBackupMethod()
Get Back mode.
|
String[] |
getBackupNames()
Get Backup alias, which supports fuzzy query.
|
String |
getBackupType()
Get Backup type.
|
String |
getClusterId()
Get Cluster ID
|
String |
getDbType()
Get Database type.
|
String |
getEndTime()
Get Backup end time
|
String[] |
getFileNames()
Get
|
Long |
getLimit()
Get The number of results to be returned.
|
Long |
getOffset()
Get Record offset.
|
Long[] |
getSnapshotIdList()
Get ID list of the snapshot backup
|
String |
getSnapShotType()
Get
|
String |
getStartTime()
Get Backup start time
|
void |
setBackupIds(Long[] BackupIds)
Set Backup ID
|
void |
setBackupMethod(String BackupMethod)
Set Back mode.
|
void |
setBackupNames(String[] BackupNames)
Set Backup alias, which supports fuzzy query.
|
void |
setBackupType(String BackupType)
Set Backup type.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setDbType(String DbType)
Set Database type.
|
void |
setEndTime(String EndTime)
Set Backup end time
|
void |
setFileNames(String[] FileNames)
Set
|
void |
setLimit(Long Limit)
Set The number of results to be returned.
|
void |
setOffset(Long Offset)
Set Record offset.
|
void |
setSnapshotIdList(Long[] SnapshotIdList)
Set ID list of the snapshot backup
|
void |
setSnapShotType(String SnapShotType)
Set
|
void |
setStartTime(String StartTime)
Set Backup start time
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeBackupListRequest()
public DescribeBackupListRequest(DescribeBackupListRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of results to be returned. Value range: (0,100]public Long getOffset()
public void setOffset(Long Offset)
Offset
- Record offset. Value range: [0,INF)public String getDbType()
public void setDbType(String DbType)
DbType
- Database type. Valid values:
public Long[] getBackupIds()
public void setBackupIds(Long[] BackupIds)
BackupIds
- Backup IDpublic String getBackupType()
public void setBackupType(String BackupType)
BackupType
- Backup type. Valid values: `snapshot` (snapshot backup), `logic` (logic backup).public String getBackupMethod()
public void setBackupMethod(String BackupMethod)
BackupMethod
- Back mode. Valid values: `auto` (automatic backup), `manual` (manual backup)public String getSnapShotType()
public void setSnapShotType(String SnapShotType)
SnapShotType
- public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Backup start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Backup end timepublic String[] getFileNames()
public void setFileNames(String[] FileNames)
FileNames
- public String[] getBackupNames()
public void setBackupNames(String[] BackupNames)
BackupNames
- Backup alias, which supports fuzzy query.public Long[] getSnapshotIdList()
public void setSnapshotIdList(Long[] SnapshotIdList)
SnapshotIdList
- ID list of the snapshot backupCopyright © 2023. All rights reserved.