public class DescribeBackupSetsForSecurityResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeBackupSetsForSecurityResponse.Backup |
| Constructor and Description |
|---|
DescribeBackupSetsForSecurityResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupSetsForSecurityResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
List<DescribeBackupSetsForSecurityResponse.Backup> |
getItems() |
String |
getPageNumber() |
String |
getPageRecordCount() |
String |
getRequestId() |
Long |
getTotalBackupSize() |
String |
getTotalRecordCount() |
void |
setItems(List<DescribeBackupSetsForSecurityResponse.Backup> items) |
void |
setPageNumber(String pageNumber) |
void |
setPageRecordCount(String pageRecordCount) |
void |
setRequestId(String requestId) |
void |
setTotalBackupSize(Long totalBackupSize) |
void |
setTotalRecordCount(String totalRecordCount) |
public DescribeBackupSetsForSecurityResponse()
public String getRequestId()
public void setRequestId(String requestId)
public String getTotalRecordCount()
public void setTotalRecordCount(String totalRecordCount)
public String getPageNumber()
public void setPageNumber(String pageNumber)
public String getPageRecordCount()
public void setPageRecordCount(String pageRecordCount)
public Long getTotalBackupSize()
public void setTotalBackupSize(Long totalBackupSize)
public List<DescribeBackupSetsForSecurityResponse.Backup> getItems()
public void setItems(List<DescribeBackupSetsForSecurityResponse.Backup> items)
public DescribeBackupSetsForSecurityResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.