public class AddDeviceResponse extends AbstractModel
Constructor and Description |
---|
AddDeviceResponse() |
AddDeviceResponse(AddDeviceResponse 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 |
getDataKey()
Get 经过加密算法加密后的base64格式密钥
|
String |
getDeviceId()
Get 设备ID
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getSignature()
Get 签名字符串
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDataKey(String DataKey)
Set 经过加密算法加密后的base64格式密钥
|
void |
setDeviceId(String DeviceId)
Set 设备ID
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSignature(String Signature)
Set 签名字符串
注意:此字段可能返回 null,表示取不到有效值。
|
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 AddDeviceResponse()
public AddDeviceResponse(AddDeviceResponse source)
public String getDataKey()
public void setDataKey(String DataKey)
DataKey
- 经过加密算法加密后的base64格式密钥public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备IDpublic String getSignature()
public void setSignature(String Signature)
Signature
- 签名字符串
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.