public class TraceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TraceInfo() | 
| TraceInfo(TraceInfo 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[] | getBodyIds()Get 包含的人体动作轨迹图片Id列表。 | 
| String | getTraceId()Get 人体动作轨迹ID。 | 
| void | setBodyIds(String[] BodyIds)Set 包含的人体动作轨迹图片Id列表。 | 
| void | setTraceId(String TraceId)Set 人体动作轨迹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 TraceInfo()
public TraceInfo(TraceInfo source)
public String getTraceId()
public void setTraceId(String TraceId)
TraceId - 人体动作轨迹ID。public String[] getBodyIds()
public void setBodyIds(String[] BodyIds)
BodyIds - 包含的人体动作轨迹图片Id列表。Copyright © 2025. All rights reserved.