public class CreateIotModelRequest extends AbstractModel
Constructor and Description |
---|
CreateIotModelRequest() |
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 String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getIotModel()
public void setIotModel(String IotModel)
IotModel
- 物模型json串Copyright © 2020. All rights reserved.