Class MultiDevicesInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.MultiDevicesInfo
-
public class MultiDevicesInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MultiDevicesInfo()MultiDevicesInfo(MultiDevicesInfo 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 StringgetDeviceCert()Get 设备证书,采用非对称加密时返回该参数StringgetDeviceName()Get 设备名StringgetDevicePrivateKey()Get 设备私钥,采用非对称加密时返回该参数,腾讯云为用户缓存起来,其生命周期与任务生命周期一致StringgetDevicePsk()Get 对称加密密钥,base64 编码,采用对称加密时返回该参数StringgetErrMsg()Get 错误信息LonggetResult()Get 错误码voidsetDeviceCert(String DeviceCert)Set 设备证书,采用非对称加密时返回该参数voidsetDeviceName(String DeviceName)Set 设备名voidsetDevicePrivateKey(String DevicePrivateKey)Set 设备私钥,采用非对称加密时返回该参数,腾讯云为用户缓存起来,其生命周期与任务生命周期一致voidsetDevicePsk(String DevicePsk)Set 对称加密密钥,base64 编码,采用对称加密时返回该参数voidsetErrMsg(String ErrMsg)Set 错误信息voidsetResult(Long Result)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
-
MultiDevicesInfo
public MultiDevicesInfo()
-
MultiDevicesInfo
public MultiDevicesInfo(MultiDevicesInfo 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
-
getDeviceName
public String getDeviceName()
Get 设备名- Returns:
- DeviceName 设备名
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名- Parameters:
DeviceName- 设备名
-
getDevicePsk
public String getDevicePsk()
Get 对称加密密钥,base64 编码,采用对称加密时返回该参数- Returns:
- DevicePsk 对称加密密钥,base64 编码,采用对称加密时返回该参数
-
setDevicePsk
public void setDevicePsk(String DevicePsk)
Set 对称加密密钥,base64 编码,采用对称加密时返回该参数- Parameters:
DevicePsk- 对称加密密钥,base64 编码,采用对称加密时返回该参数
-
getDeviceCert
public String getDeviceCert()
Get 设备证书,采用非对称加密时返回该参数- Returns:
- DeviceCert 设备证书,采用非对称加密时返回该参数
-
setDeviceCert
public void setDeviceCert(String DeviceCert)
Set 设备证书,采用非对称加密时返回该参数- Parameters:
DeviceCert- 设备证书,采用非对称加密时返回该参数
-
getDevicePrivateKey
public String getDevicePrivateKey()
Get 设备私钥,采用非对称加密时返回该参数,腾讯云为用户缓存起来,其生命周期与任务生命周期一致- Returns:
- DevicePrivateKey 设备私钥,采用非对称加密时返回该参数,腾讯云为用户缓存起来,其生命周期与任务生命周期一致
-
setDevicePrivateKey
public void setDevicePrivateKey(String DevicePrivateKey)
Set 设备私钥,采用非对称加密时返回该参数,腾讯云为用户缓存起来,其生命周期与任务生命周期一致- Parameters:
DevicePrivateKey- 设备私钥,采用非对称加密时返回该参数,腾讯云为用户缓存起来,其生命周期与任务生命周期一致
-
getResult
public Long getResult()
Get 错误码- Returns:
- Result 错误码
-
setResult
public void setResult(Long Result)
Set 错误码- Parameters:
Result- 错误码
-
getErrMsg
public String getErrMsg()
Get 错误信息- Returns:
- ErrMsg 错误信息
-
setErrMsg
public void setErrMsg(String ErrMsg)
Set 错误信息- Parameters:
ErrMsg- 错误信息
-
-