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