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 Type of association relationship. 
 | 
String | 
getSpanID()
Get Span ID 
 | 
String | 
getTraceID()
Get Trace ID 
 | 
void | 
setRefType(String RefType)
Set Type of association relationship. 
 | 
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 - Type of association relationship.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.