public class DescribeTraceV3Response
extends com.baidubce.common.BaseBceResponse
| Constructor and Description |
|---|
DescribeTraceV3Response() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Integer |
getDuration() |
Integer |
getMaxEndTime() |
String |
getMessage() |
Integer |
getMinStartTime() |
List<Span> |
getRootSpans() |
Boolean |
getSuccess() |
DescribeTraceV3Response |
setCode(String code) |
DescribeTraceV3Response |
setDuration(Integer duration) |
DescribeTraceV3Response |
setMaxEndTime(Integer maxEndTime) |
DescribeTraceV3Response |
setMessage(String message) |
DescribeTraceV3Response |
setMinStartTime(Integer minStartTime) |
DescribeTraceV3Response |
setRootSpans(List<Span> rootSpans) |
DescribeTraceV3Response |
setSuccess(Boolean success) |
String |
toString() |
public Boolean getSuccess()
public DescribeTraceV3Response setSuccess(Boolean success)
public String getCode()
public DescribeTraceV3Response setCode(String code)
public String getMessage()
public DescribeTraceV3Response setMessage(String message)
public Integer getDuration()
public DescribeTraceV3Response setDuration(Integer duration)
public Integer getMinStartTime()
public DescribeTraceV3Response setMinStartTime(Integer minStartTime)
public Integer getMaxEndTime()
public DescribeTraceV3Response setMaxEndTime(Integer maxEndTime)
public DescribeTraceV3Response setRootSpans(List<Span> rootSpans)
Copyright © 2026. All rights reserved.