Class DescribeIotModelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.DescribeIotModelRequest
-
public class DescribeIotModelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeIotModelRequest()DescribeIotModelRequest(DescribeIotModelRequest 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 StringgetProductId()Get 产品IDLonggetRevision()Get 物模型版本号, -1表示最新编辑的(未发布)voidsetProductId(String ProductId)Set 产品IDvoidsetRevision(Long Revision)Set 物模型版本号, -1表示最新编辑的(未发布)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
-
DescribeIotModelRequest
public DescribeIotModelRequest()
-
DescribeIotModelRequest
public DescribeIotModelRequest(DescribeIotModelRequest 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
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId- 产品ID
-
getRevision
public Long getRevision()
Get 物模型版本号, -1表示最新编辑的(未发布)- Returns:
- Revision 物模型版本号, -1表示最新编辑的(未发布)
-
setRevision
public void setRevision(Long Revision)
Set 物模型版本号, -1表示最新编辑的(未发布)- Parameters:
Revision- 物模型版本号, -1表示最新编辑的(未发布)
-
-