Class DescribeDeviceModelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.DescribeDeviceModelRequest
-
public class DescribeDeviceModelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDeviceModelRequest()DescribeDeviceModelRequest(DescribeDeviceModelRequest 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 StringgetBranch()Get 物模型的分支路径StringgetTid()Get 设备TIDvoidsetBranch(String Branch)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
-
DescribeDeviceModelRequest
public DescribeDeviceModelRequest()
-
DescribeDeviceModelRequest
public DescribeDeviceModelRequest(DescribeDeviceModelRequest 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
-
getBranch
public String getBranch()
Get 物模型的分支路径- Returns:
- Branch 物模型的分支路径
-
setBranch
public void setBranch(String Branch)
Set 物模型的分支路径- Parameters:
Branch- 物模型的分支路径
-
-