public static class SearchTracesByPageResponseBody.SearchTracesByPageResponseBodyPageBeanTraceInfos
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
duration
The amount of time consumed by the trace.
|
String |
operationName
The name of the traced span.
|
String |
serviceIp
The IP address of the host where the application resides.
|
String |
serviceName
The name of the application.
|
Long |
timestamp
The timestamp.
|
String |
traceID
The trace ID.
|
| 构造器和说明 |
|---|
SearchTracesByPageResponseBodyPageBeanTraceInfos() |
@NameInMap(value="Duration") public Long duration
The amount of time consumed by the trace. Unit: milliseconds.
example:679
@NameInMap(value="OperationName") public String operationName
The name of the traced span.
example:/demo/queryException/12
@NameInMap(value="ServiceIp") public String serviceIp
The IP address of the host where the application resides.
example:172.20.XX.XX
@NameInMap(value="ServiceName") public String serviceName
The name of the application.
example:arms-k8s-demo-subcomponent
@NameInMap(value="Timestamp") public Long timestamp
The timestamp.
example:1595174436994
@NameInMap(value="TraceID") public String traceID
The trace ID.
example:ac1400a115951744369947025d****
public SearchTracesByPageResponseBodyPageBeanTraceInfos()
public static SearchTracesByPageResponseBody.SearchTracesByPageResponseBodyPageBeanTraceInfos build(Map<String,?> map) throws Exception
Exceptionpublic SearchTracesByPageResponseBody.SearchTracesByPageResponseBodyPageBeanTraceInfos setDuration(Long duration)
public Long getDuration()
public SearchTracesByPageResponseBody.SearchTracesByPageResponseBodyPageBeanTraceInfos setOperationName(String operationName)
public String getOperationName()
public SearchTracesByPageResponseBody.SearchTracesByPageResponseBodyPageBeanTraceInfos setServiceIp(String serviceIp)
public String getServiceIp()
public SearchTracesByPageResponseBody.SearchTracesByPageResponseBodyPageBeanTraceInfos setServiceName(String serviceName)
public String getServiceName()
public SearchTracesByPageResponseBody.SearchTracesByPageResponseBodyPageBeanTraceInfos setTimestamp(Long timestamp)
public Long getTimestamp()
public SearchTracesByPageResponseBody.SearchTracesByPageResponseBodyPageBeanTraceInfos setTraceID(String traceID)
public String getTraceID()
Copyright © 2024. All rights reserved.