Class TraceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bda.v20200324.models.TraceInfo
-
public class TraceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getBodyIds()Get 包含的人体动作轨迹图片Id列表。StringgetTraceId()Get 人体动作轨迹ID。voidsetBodyIds(String[] BodyIds)Set 包含的人体动作轨迹图片Id列表。voidsetTraceId(String TraceId)Set 人体动作轨迹ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TraceInfo
public TraceInfo()
-
TraceInfo
public 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.
-
-
Method Detail
-
getTraceId
public String getTraceId()
Get 人体动作轨迹ID。- Returns:
- TraceId 人体动作轨迹ID。
-
setTraceId
public void setTraceId(String TraceId)
Set 人体动作轨迹ID。- Parameters:
TraceId- 人体动作轨迹ID。
-
getBodyIds
public String[] getBodyIds()
Get 包含的人体动作轨迹图片Id列表。- Returns:
- BodyIds 包含的人体动作轨迹图片Id列表。
-
setBodyIds
public void setBodyIds(String[] BodyIds)
Set 包含的人体动作轨迹图片Id列表。- Parameters:
BodyIds- 包含的人体动作轨迹图片Id列表。
-
-