public class TraceStatus extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getIsExist()Get 设备追踪状态 | 
| String | getTid()Get 设备TID | 
| void | setIsExist(Boolean IsExist)Set 设备追踪状态 | 
| void | setTid(String Tid)Set 设备TID | 
| 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 TraceStatus()
public TraceStatus(TraceStatus source)
public String getTid()
public void setTid(String Tid)
Tid - 设备TIDpublic Boolean getIsExist()
public void setIsExist(Boolean IsExist)
IsExist - 设备追踪状态Copyright © 2025. All rights reserved.