Class GetDeviceSignaturesRequest

    • Constructor Detail

      • GetDeviceSignaturesRequest

        public GetDeviceSignaturesRequest()
      • GetDeviceSignaturesRequest

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

      • getProductId

        public String getProductId()
        Get 产品ID
        Returns:
        ProductId 产品ID
      • setProductId

        public void setProductId​(String ProductId)
        Set 产品ID
        Parameters:
        ProductId - 产品ID
      • getDeviceNames

        public String[] getDeviceNames()
        Get 设备名称列表(单次限制1000个设备)
        Returns:
        DeviceNames 设备名称列表(单次限制1000个设备)
      • setDeviceNames

        public void setDeviceNames​(String[] DeviceNames)
        Set 设备名称列表(单次限制1000个设备)
        Parameters:
        DeviceNames - 设备名称列表(单次限制1000个设备)
      • getExpire

        public Long getExpire()
        Get 过期时间
        Returns:
        Expire 过期时间
      • setExpire

        public void setExpire​(Long Expire)
        Set 过期时间
        Parameters:
        Expire - 过期时间