public class MultiDevicesInfo extends AbstractModel
Constructor and Description |
---|
MultiDevicesInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceCert()
Get 设备证书,采用非对称加密时返回该参数
|
String |
getDeviceName()
Get 设备名
|
String |
getDevicePrivateKey()
Get 设备私钥,采用非对称加密时返回该参数,腾讯云为用户缓存起来,其生命周期与任务生命周期一致
|
String |
getDevicePsk()
Get 对称加密密钥,base64 编码,采用对称加密时返回该参数
|
String |
getErrMsg()
Get 错误信息
|
Long |
getResult()
Get 错误码
|
void |
setDeviceCert(String DeviceCert)
Set 设备证书,采用非对称加密时返回该参数
|
void |
setDeviceName(String DeviceName)
Set 设备名
|
void |
setDevicePrivateKey(String DevicePrivateKey)
Set 设备私钥,采用非对称加密时返回该参数,腾讯云为用户缓存起来,其生命周期与任务生命周期一致
|
void |
setDevicePsk(String DevicePsk)
Set 对称加密密钥,base64 编码,采用对称加密时返回该参数
|
void |
setErrMsg(String ErrMsg)
Set 错误信息
|
void |
setResult(Long Result)
Set 错误码
|
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 String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名public String getDevicePsk()
public void setDevicePsk(String DevicePsk)
DevicePsk
- 对称加密密钥,base64 编码,采用对称加密时返回该参数public String getDeviceCert()
public void setDeviceCert(String DeviceCert)
DeviceCert
- 设备证书,采用非对称加密时返回该参数public String getDevicePrivateKey()
public void setDevicePrivateKey(String DevicePrivateKey)
DevicePrivateKey
- 设备私钥,采用非对称加密时返回该参数,腾讯云为用户缓存起来,其生命周期与任务生命周期一致public Long getResult()
public void setResult(Long Result)
Result
- 错误码public String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg
- 错误信息Copyright © 2020. All rights reserved.