public class QueryOpsCheckResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
currentPage |
List<OpsCheckResult> |
opsCheckResults |
Long |
pageSize |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Long |
totalCount |
| 构造器和说明 |
|---|
QueryOpsCheckResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryOpsCheckResponse |
build(Map<String,?> map) |
Long |
getCurrentPage() |
List<OpsCheckResult> |
getOpsCheckResults() |
Long |
getPageSize() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getTotalCount() |
QueryOpsCheckResponse |
setCurrentPage(Long currentPage) |
QueryOpsCheckResponse |
setOpsCheckResults(List<OpsCheckResult> opsCheckResults) |
QueryOpsCheckResponse |
setPageSize(Long pageSize) |
QueryOpsCheckResponse |
setReqMsgId(String reqMsgId) |
QueryOpsCheckResponse |
setResultCode(String resultCode) |
QueryOpsCheckResponse |
setResultMsg(String resultMsg) |
QueryOpsCheckResponse |
setTotalCount(Long totalCount) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="ops_check_results") public List<OpsCheckResult> opsCheckResults
@NameInMap(value="total_count") public Long totalCount
@NameInMap(value="current_page") public Long currentPage
@NameInMap(value="page_size") public Long pageSize
public static QueryOpsCheckResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryOpsCheckResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryOpsCheckResponse setResultCode(String resultCode)
public String getResultCode()
public QueryOpsCheckResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryOpsCheckResponse setOpsCheckResults(List<OpsCheckResult> opsCheckResults)
public List<OpsCheckResult> getOpsCheckResults()
public QueryOpsCheckResponse setTotalCount(Long totalCount)
public Long getTotalCount()
public QueryOpsCheckResponse setCurrentPage(Long currentPage)
public Long getCurrentPage()
public QueryOpsCheckResponse setPageSize(Long pageSize)
public Long getPageSize()
Copyright © 2022. All rights reserved.