public class DescribeTableListByTypeResponse
extends com.aliyuncs.v5.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeTableListByTypeResponse.ListItem |
| Constructor and Description |
|---|
DescribeTableListByTypeResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkShowJsonItemName() |
DescribeTableListByTypeResponse |
getInstance(com.aliyuncs.v5.transform.UnmarshallerContext context) |
List<DescribeTableListByTypeResponse.ListItem> |
getList() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRequestId() |
Boolean |
getSuccess() |
Integer |
getTotal() |
void |
setList(List<DescribeTableListByTypeResponse.ListItem> list) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
void |
setTotal(Integer total) |
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public Integer getTotal()
public void setTotal(Integer total)
public List<DescribeTableListByTypeResponse.ListItem> getList()
public void setList(List<DescribeTableListByTypeResponse.ListItem> list)
public DescribeTableListByTypeResponse getInstance(com.aliyuncs.v5.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.v5.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName in class com.aliyuncs.v5.AcsResponseCopyright © 2020. All Rights Reserved.