public class GetThingModelTslRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
functionBlockId |
String |
iotInstanceId |
String |
modelVersion |
String |
productKey |
Boolean |
simple |
| 构造器和说明 |
|---|
GetThingModelTslRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetThingModelTslRequest |
build(Map<String,?> map) |
String |
getFunctionBlockId() |
String |
getIotInstanceId() |
String |
getModelVersion() |
String |
getProductKey() |
Boolean |
getSimple() |
GetThingModelTslRequest |
setFunctionBlockId(String functionBlockId) |
GetThingModelTslRequest |
setIotInstanceId(String iotInstanceId) |
GetThingModelTslRequest |
setModelVersion(String modelVersion) |
GetThingModelTslRequest |
setProductKey(String productKey) |
GetThingModelTslRequest |
setSimple(Boolean simple) |
@NameInMap(value="FunctionBlockId") public String functionBlockId
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="ModelVersion") public String modelVersion
@NameInMap(value="ProductKey") public String productKey
@NameInMap(value="Simple") public Boolean simple
public static GetThingModelTslRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetThingModelTslRequest setFunctionBlockId(String functionBlockId)
public String getFunctionBlockId()
public GetThingModelTslRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public GetThingModelTslRequest setModelVersion(String modelVersion)
public String getModelVersion()
public GetThingModelTslRequest setProductKey(String productKey)
public String getProductKey()
public GetThingModelTslRequest setSimple(Boolean simple)
public Boolean getSimple()
Copyright © 2023. All rights reserved.