Class TraceStatus
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.TraceStatus
-
public class TraceStatus extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TraceStatus()TraceStatus(TraceStatus 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetIsExist()Get 设备追踪状态StringgetTid()Get 设备TIDvoidsetIsExist(Boolean IsExist)Set 设备追踪状态voidsetTid(String Tid)Set 设备TIDvoidtoMap(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
-
TraceStatus
public TraceStatus()
-
TraceStatus
public TraceStatus(TraceStatus 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
-
getTid
public String getTid()
Get 设备TID- Returns:
- Tid 设备TID
-
setTid
public void setTid(String Tid)
Set 设备TID- Parameters:
Tid- 设备TID
-
getIsExist
public Boolean getIsExist()
Get 设备追踪状态- Returns:
- IsExist 设备追踪状态
-
setIsExist
public void setIsExist(Boolean IsExist)
Set 设备追踪状态- Parameters:
IsExist- 设备追踪状态
-
-