public class TraceInfo extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2021. All rights reserved.