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