Class DescribeAllDevicesRequest

    • Constructor Detail

      • DescribeAllDevicesRequest

        public DescribeAllDevicesRequest()
      • DescribeAllDevicesRequest

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

      • getOffset

        public Long getOffset()
        Get 查询偏移量。
        Returns:
        Offset 查询偏移量。
      • setOffset

        public void setOffset​(Long Offset)
        Set 查询偏移量。
        Parameters:
        Offset - 查询偏移量。
      • getLimit

        public Long getLimit()
        Get 查询设备数量。最大支持250个
        Returns:
        Limit 查询设备数量。最大支持250个
      • setLimit

        public void setLimit​(Long Limit)
        Set 查询设备数量。最大支持250个
        Parameters:
        Limit - 查询设备数量。最大支持250个