public class DescribeIotModelRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getProductId()
Get 产品ID
|
Long |
getRevision()
Get 物模型版本号, -1表示最新编辑的(未发布)
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setRevision(Long Revision)
Set 物模型版本号, -1表示最新编辑的(未发布)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeIotModelRequest()
public DescribeIotModelRequest(DescribeIotModelRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic Long getRevision()
public void setRevision(Long Revision)
Revision
- 物模型版本号, -1表示最新编辑的(未发布)Copyright © 2021. All rights reserved.