public class DescribeSlowLogsResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeSlowLogsResponse.SQLSlowLog |
| Constructor and Description |
|---|
DescribeSlowLogsResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndTime() |
String |
getEngine() |
DescribeSlowLogsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
List<DescribeSlowLogsResponse.SQLSlowLog> |
getItems() |
Integer |
getPageNumber() |
Integer |
getPageRecordCount() |
String |
getRequestId() |
String |
getStartTime() |
Integer |
getTotalRecordCount() |
void |
setEndTime(String endTime) |
void |
setEngine(String engine) |
void |
setItems(List<DescribeSlowLogsResponse.SQLSlowLog> items) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageRecordCount(Integer pageRecordCount) |
void |
setRequestId(String requestId) |
void |
setStartTime(String startTime) |
void |
setTotalRecordCount(Integer totalRecordCount) |
public String getRequestId()
public void setRequestId(String requestId)
public String getEngine()
public void setEngine(String engine)
public String getStartTime()
public void setStartTime(String startTime)
public String getEndTime()
public void setEndTime(String endTime)
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 List<DescribeSlowLogsResponse.SQLSlowLog> getItems()
public void setItems(List<DescribeSlowLogsResponse.SQLSlowLog> items)
public DescribeSlowLogsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.