Class BindDevInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.BindDevInfo
-
public class BindDevInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceModel()Get 设备型号 注意:此字段可能返回 null,表示取不到有效值。StringgetDeviceName()Get 设备名称StringgetRole()Get 用户角色,owner:主人,guest:访客StringgetTid()Get 设备TIDvoidsetDeviceModel(String DeviceModel)Set 设备型号 注意:此字段可能返回 null,表示取不到有效值。voidsetDeviceName(String DeviceName)Set 设备名称voidsetRole(String Role)Set 用户角色,owner:主人,guest:访客voidsetTid(String Tid)Set 设备TIDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BindDevInfo
public BindDevInfo()
-
BindDevInfo
public 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.
-
-
Method Detail
-
getTid
public String getTid()
Get 设备TID- Returns:
- Tid 设备TID
-
setTid
public void setTid(String Tid)
Set 设备TID- Parameters:
Tid- 设备TID
-
getDeviceName
public String getDeviceName()
Get 设备名称- Returns:
- DeviceName 设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名称- Parameters:
DeviceName- 设备名称
-
getDeviceModel
public String getDeviceModel()
Get 设备型号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DeviceModel 设备型号 注意:此字段可能返回 null,表示取不到有效值。
-
setDeviceModel
public void setDeviceModel(String DeviceModel)
Set 设备型号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DeviceModel- 设备型号 注意:此字段可能返回 null,表示取不到有效值。
-
getRole
public String getRole()
Get 用户角色,owner:主人,guest:访客- Returns:
- Role 用户角色,owner:主人,guest:访客
-
setRole
public void setRole(String Role)
Set 用户角色,owner:主人,guest:访客- Parameters:
Role- 用户角色,owner:主人,guest:访客
-
-