public class RunIotModelRequest extends AbstractModel
Constructor and Description |
---|
RunIotModelRequest() |
RunIotModelRequest(RunIotModelRequest 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 |
getIotModel()
Get 物模型定义,json格式的字符串
|
String |
getProductId()
Get 产品ID
|
void |
setIotModel(String IotModel)
Set 物模型定义,json格式的字符串
|
void |
setProductId(String ProductId)
Set 产品ID
|
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 RunIotModelRequest()
public RunIotModelRequest(RunIotModelRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getIotModel()
public void setIotModel(String IotModel)
IotModel
- 物模型定义,json格式的字符串Copyright © 2023. All rights reserved.