public class GetTraceRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
String |
regionId
The region ID.
|
Long |
startTime
The beginning of the time range to query.
|
String |
traceID
The trace ID.
|
| 构造器和说明 |
|---|
GetTraceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTraceRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getRegionId() |
Long |
getStartTime() |
String |
getTraceID() |
GetTraceRequest |
setEndTime(Long endTime) |
GetTraceRequest |
setRegionId(String regionId) |
GetTraceRequest |
setStartTime(Long startTime) |
GetTraceRequest |
setTraceID(String traceID) |
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. Unit: milliseconds.
example:If the ID of the trace is 30 characters in length, this parameter is optional. Otherwise, this parameter is required.
1623827603000
@NameInMap(value="RegionId") public String regionId
The region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. Unit: milliseconds.
example:If the ID of the trace is 30 characters in length, this parameter is optional. Otherwise, this parameter is required.
1623827602000
@NameInMap(value="TraceID") public String traceID
The trace ID. You can log on to the ARMS console and obtain the trace ID on the Trace Query page or Interface Snapshot tab.
This parameter is required.
example:ac14001a15954493811405707d****
public static GetTraceRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetTraceRequest setEndTime(Long endTime)
public Long getEndTime()
public GetTraceRequest setRegionId(String regionId)
public String getRegionId()
public GetTraceRequest setStartTime(Long startTime)
public Long getStartTime()
public GetTraceRequest setTraceID(String traceID)
public String getTraceID()
Copyright © 2024. All rights reserved.