public class QueryTraceSpanResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
currentPage |
Long |
pageSize |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
List<TraceSpan> |
spans |
TraceQuerySummary |
summary |
Long |
totalPage |
Long |
totalSize |
| 构造器和说明 |
|---|
QueryTraceSpanResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryTraceSpanResponse |
build(Map<String,?> map) |
Long |
getCurrentPage() |
Long |
getPageSize() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
List<TraceSpan> |
getSpans() |
TraceQuerySummary |
getSummary() |
Long |
getTotalPage() |
Long |
getTotalSize() |
QueryTraceSpanResponse |
setCurrentPage(Long currentPage) |
QueryTraceSpanResponse |
setPageSize(Long pageSize) |
QueryTraceSpanResponse |
setReqMsgId(String reqMsgId) |
QueryTraceSpanResponse |
setResultCode(String resultCode) |
QueryTraceSpanResponse |
setResultMsg(String resultMsg) |
QueryTraceSpanResponse |
setSpans(List<TraceSpan> spans) |
QueryTraceSpanResponse |
setSummary(TraceQuerySummary summary) |
QueryTraceSpanResponse |
setTotalPage(Long totalPage) |
QueryTraceSpanResponse |
setTotalSize(Long totalSize) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="current_page") public Long currentPage
@NameInMap(value="page_size") public Long pageSize
@NameInMap(value="total_size") public Long totalSize
@NameInMap(value="total_page") public Long totalPage
@NameInMap(value="summary") public TraceQuerySummary summary
public static QueryTraceSpanResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryTraceSpanResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryTraceSpanResponse setResultCode(String resultCode)
public String getResultCode()
public QueryTraceSpanResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryTraceSpanResponse setCurrentPage(Long currentPage)
public Long getCurrentPage()
public QueryTraceSpanResponse setPageSize(Long pageSize)
public Long getPageSize()
public QueryTraceSpanResponse setTotalSize(Long totalSize)
public Long getTotalSize()
public QueryTraceSpanResponse setTotalPage(Long totalPage)
public Long getTotalPage()
public QueryTraceSpanResponse setSpans(List<TraceSpan> spans)
public QueryTraceSpanResponse setSummary(TraceQuerySummary summary)
public TraceQuerySummary getSummary()
Copyright © 2022. All rights reserved.