public class GetStackRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end time of the call method.
|
String |
pid
The process identifier (PID) of the application.
|
String |
regionId
The region ID.
|
String |
rpcID
The ID of the remote procedure call (RPC) mode.
|
Long |
startTime
The start time of the call method.
|
String |
traceID
The trace ID.
|
| 构造器和说明 |
|---|
GetStackRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetStackRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getPid() |
String |
getRegionId() |
String |
getRpcID() |
Long |
getStartTime() |
String |
getTraceID() |
GetStackRequest |
setEndTime(Long endTime) |
GetStackRequest |
setPid(String pid) |
GetStackRequest |
setRegionId(String regionId) |
GetStackRequest |
setRpcID(String rpcID) |
GetStackRequest |
setStartTime(Long startTime) |
GetStackRequest |
setTraceID(String traceID) |
@NameInMap(value="EndTime") public Long endTime
The end time of the call method.
example:1653641800
@NameInMap(value="Pid") public String pid
The process identifier (PID) of the application. For more information about how to obtain the PID, see Obtain the PID of an application.
example:eb4zdose6v@36bab313a******
@NameInMap(value="RegionId") public String regionId
The region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="RpcID") public String rpcID
The ID of the remote procedure call (RPC) mode. You can obtain the ID by calling the GetTrace operation.
This parameter is required.
example:0.1
@NameInMap(value="StartTime") public Long startTime
The start time of the call method.
example:1653555396
@NameInMap(value="TraceID") public String traceID
The trace ID. You can log on to the Application Real-Time Monitoring Service (ARMS) console and obtain the trace ID on the Trace Query page.
This parameter is required.
example:0a5800611641470044457853******
public static GetStackRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetStackRequest setEndTime(Long endTime)
public Long getEndTime()
public GetStackRequest setPid(String pid)
public String getPid()
public GetStackRequest setRegionId(String regionId)
public String getRegionId()
public GetStackRequest setRpcID(String rpcID)
public String getRpcID()
public GetStackRequest setStartTime(Long startTime)
public Long getStartTime()
public GetStackRequest setTraceID(String traceID)
public String getTraceID()
Copyright © 2024. All rights reserved.