public class DescribeDeviceIdentityResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDeviceIdentityResponse() |
DescribeDeviceIdentityResponse(DescribeDeviceIdentityResponse 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 |
---|---|
Long |
getCreatedTime()
Get 创建时间
|
String |
getDeviceId()
Get 设备id
|
String |
getInstanceId()
Get 集群id
|
String |
getPrimaryKey()
Get 主要签名key
|
PropagatingProperty[] |
getPropagatingProperties()
Get 该设备id的传播属性
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
String |
getSecondaryKey()
Get 次要签名key
|
Long |
getStatus()
Get 1:ENABLED-可用
2:DISABLE-不可用
|
void |
setCreatedTime(Long CreatedTime)
Set 创建时间
|
void |
setDeviceId(String DeviceId)
Set 设备id
|
void |
setInstanceId(String InstanceId)
Set 集群id
|
void |
setPrimaryKey(String PrimaryKey)
Set 主要签名key
|
void |
setPropagatingProperties(PropagatingProperty[] PropagatingProperties)
Set 该设备id的传播属性
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setSecondaryKey(String SecondaryKey)
Set 次要签名key
|
void |
setStatus(Long Status)
Set 1:ENABLED-可用
2:DISABLE-不可用
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDeviceIdentityResponse()
public DescribeDeviceIdentityResponse(DescribeDeviceIdentityResponse source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群idpublic String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备idpublic Long getStatus()
public void setStatus(Long Status)
Status
- 1:ENABLED-可用
2:DISABLE-不可用public String getPrimaryKey()
public void setPrimaryKey(String PrimaryKey)
PrimaryKey
- 主要签名keypublic String getSecondaryKey()
public void setSecondaryKey(String SecondaryKey)
SecondaryKey
- 次要签名keypublic Long getCreatedTime()
public void setCreatedTime(Long CreatedTime)
CreatedTime
- 创建时间public PropagatingProperty[] getPropagatingProperties()
public void setPropagatingProperties(PropagatingProperty[] PropagatingProperties)
PropagatingProperties
- 该设备id的传播属性public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.