public class DescribeRealtimeDiagnosesResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeRealtimeDiagnosesResponse.RealtimeDiagnoseTasks |
| Constructor and Description |
|---|
DescribeRealtimeDiagnosesResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEngine() |
DescribeRealtimeDiagnosesResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getPageNumber() |
Integer |
getPageRecordCount() |
String |
getRequestId() |
List<DescribeRealtimeDiagnosesResponse.RealtimeDiagnoseTasks> |
getTasks() |
Integer |
getTotalRecordCount() |
void |
setEngine(String engine) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageRecordCount(Integer pageRecordCount) |
void |
setRequestId(String requestId) |
void |
setTasks(List<DescribeRealtimeDiagnosesResponse.RealtimeDiagnoseTasks> tasks) |
void |
setTotalRecordCount(Integer totalRecordCount) |
public String getRequestId()
public void setRequestId(String requestId)
public String getEngine()
public void setEngine(String engine)
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<DescribeRealtimeDiagnosesResponse.RealtimeDiagnoseTasks> getTasks()
public void setTasks(List<DescribeRealtimeDiagnosesResponse.RealtimeDiagnoseTasks> tasks)
public DescribeRealtimeDiagnosesResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.