Class CreateDeviceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.CreateDeviceRequest
-
public class CreateDeviceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateDeviceRequest()CreateDeviceRequest(CreateDeviceRequest 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 LonggetDeviceType()Get 设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)StringgetGroupId()Get 设备需要绑定的分组ID,参数为空则默认绑定到根分组StringgetNickName()Get 设备名称StringgetPassWord()Get 设备密码voidsetDeviceType(Long DeviceType)Set 设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)voidsetGroupId(String GroupId)Set 设备需要绑定的分组ID,参数为空则默认绑定到根分组voidsetNickName(String NickName)Set 设备名称voidsetPassWord(String PassWord)Set 设备密码voidtoMap(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
-
CreateDeviceRequest
public CreateDeviceRequest()
-
CreateDeviceRequest
public CreateDeviceRequest(CreateDeviceRequest 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
-
getNickName
public String getNickName()
Get 设备名称- Returns:
- NickName 设备名称
-
setNickName
public void setNickName(String NickName)
Set 设备名称- Parameters:
NickName- 设备名称
-
getPassWord
public String getPassWord()
Get 设备密码- Returns:
- PassWord 设备密码
-
setPassWord
public void setPassWord(String PassWord)
Set 设备密码- Parameters:
PassWord- 设备密码
-
getDeviceType
public Long getDeviceType()
Get 设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)- Returns:
- DeviceType 设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)
-
setDeviceType
public void setDeviceType(Long DeviceType)
Set 设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)- Parameters:
DeviceType- 设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)
-
getGroupId
public String getGroupId()
Get 设备需要绑定的分组ID,参数为空则默认绑定到根分组- Returns:
- GroupId 设备需要绑定的分组ID,参数为空则默认绑定到根分组
-
setGroupId
public void setGroupId(String GroupId)
Set 设备需要绑定的分组ID,参数为空则默认绑定到根分组- Parameters:
GroupId- 设备需要绑定的分组ID,参数为空则默认绑定到根分组
-
-