public class SpanReference extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SpanReference() | 
| SpanReference(SpanReference source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getRefType()Get 关联关系类型 | 
| String | getSpanID()Get Span ID | 
| String | getTraceID()Get Trace ID | 
| void | setRefType(String RefType)Set 关联关系类型 | 
| void | setSpanID(String SpanID)Set Span ID | 
| void | setTraceID(String TraceID)Set Trace ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SpanReference()
public SpanReference(SpanReference source)
public String getRefType()
public void setRefType(String RefType)
RefType - 关联关系类型public String getSpanID()
public void setSpanID(String SpanID)
SpanID - Span IDpublic String getTraceID()
public void setTraceID(String TraceID)
TraceID - Trace IDCopyright © 2025. All rights reserved.