Class DescribeDeviceClientKeyResponse


  • public class DescribeDeviceClientKeyResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeDeviceClientKeyResponse

        public DescribeDeviceClientKeyResponse()
      • DescribeDeviceClientKeyResponse

        public DescribeDeviceClientKeyResponse​(DescribeDeviceClientKeyResponse 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

      • getClientKey

        public String getClientKey()
        Get 设备的私钥
        Returns:
        ClientKey 设备的私钥
      • setClientKey

        public void setClientKey​(String ClientKey)
        Set 设备的私钥
        Parameters:
        ClientKey - 设备的私钥
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。