public class DeviceModelData extends AbstractModel
Constructor and Description |
---|
DeviceModelData() |
DeviceModelData(DeviceModelData 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 |
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 DeviceModelData()
public DeviceModelData(DeviceModelData source)
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 © 2021. All rights reserved.