public class QueryRmsTracespanRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
app |
String |
authToken |
Long |
endTime |
List<KeySet> |
extensions |
Long |
maxDuration |
Long |
minDuration |
Long |
pageNumber |
Long |
pageSize |
Long |
startTime |
String |
status |
List<KeySet> |
tags |
String |
traceId |
Long |
workspaceId |
| 构造器和说明 |
|---|
QueryRmsTracespanRequest() |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="app") public String app
@NameInMap(value="end_time") public Long endTime
@NameInMap(value="max_duration") public Long maxDuration
@NameInMap(value="min_duration") public Long minDuration
@NameInMap(value="page_number") public Long pageNumber
@NameInMap(value="page_size") public Long pageSize
@NameInMap(value="start_time") public Long startTime
@NameInMap(value="status") public String status
@NameInMap(value="trace_id") public String traceId
@NameInMap(value="workspace_id") public Long workspaceId
public static QueryRmsTracespanRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryRmsTracespanRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryRmsTracespanRequest setApp(String app)
public String getApp()
public QueryRmsTracespanRequest setEndTime(Long endTime)
public Long getEndTime()
public QueryRmsTracespanRequest setExtensions(List<KeySet> extensions)
public QueryRmsTracespanRequest setMaxDuration(Long maxDuration)
public Long getMaxDuration()
public QueryRmsTracespanRequest setMinDuration(Long minDuration)
public Long getMinDuration()
public QueryRmsTracespanRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public QueryRmsTracespanRequest setPageSize(Long pageSize)
public Long getPageSize()
public QueryRmsTracespanRequest setStartTime(Long startTime)
public Long getStartTime()
public QueryRmsTracespanRequest setStatus(String status)
public String getStatus()
public QueryRmsTracespanRequest setTags(List<KeySet> tags)
public QueryRmsTracespanRequest setTraceId(String traceId)
public String getTraceId()
public QueryRmsTracespanRequest setWorkspaceId(Long workspaceId)
public Long getWorkspaceId()
Copyright © 2022. All rights reserved.