public class BindDevInfo extends AbstractModel
Constructor and Description |
---|
BindDevInfo() |
BindDevInfo(BindDevInfo 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 |
getDeviceModel()
Get 设备型号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeviceName()
Get 设备名称
|
String |
getRole()
Get 用户角色,owner:主人,guest:访客
|
String |
getTid()
Get 设备TID
|
void |
setDeviceModel(String DeviceModel)
Set 设备型号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setRole(String Role)
Set 用户角色,owner:主人,guest:访客
|
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 BindDevInfo()
public BindDevInfo(BindDevInfo source)
public String getTid()
public void setTid(String Tid)
Tid
- 设备TIDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public String getDeviceModel()
public void setDeviceModel(String DeviceModel)
DeviceModel
- 设备型号
注意:此字段可能返回 null,表示取不到有效值。public String getRole()
public void setRole(String Role)
Role
- 用户角色,owner:主人,guest:访客Copyright © 2021. All rights reserved.