public class DeviceModelData extends AbstractModel
Constructor and Description |
---|
DeviceModelData() |
Modifier and Type | Method and Description |
---|---|
String |
getBranch()
Get 物模型分支路径
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIotModel()
Get 物模型数据
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTid()
Get 设备TID
|
void |
setBranch(String Branch)
Set 物模型分支路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIotModel(String IotModel)
Set 物模型数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTid(String Tid)
Set 设备TID
|
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 getTid()
public void setTid(String Tid)
Tid
- 设备TIDpublic String getBranch()
public void setBranch(String Branch)
Branch
- 物模型分支路径
注意:此字段可能返回 null,表示取不到有效值。public String getIotModel()
public void setIotModel(String IotModel)
IotModel
- 物模型数据
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.