Class DescribeDeviceCommLogRequest


  • public class DescribeDeviceCommLogRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeDeviceCommLogRequest

        public DescribeDeviceCommLogRequest()
      • DescribeDeviceCommLogRequest

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

      • getMinTime

        public Long getMinTime()
        Get 开始时间 13位时间戳 单位毫秒
        Returns:
        MinTime 开始时间 13位时间戳 单位毫秒
      • setMinTime

        public void setMinTime​(Long MinTime)
        Set 开始时间 13位时间戳 单位毫秒
        Parameters:
        MinTime - 开始时间 13位时间戳 单位毫秒
      • getMaxTime

        public Long getMaxTime()
        Get 结束时间 13位时间戳 单位毫秒
        Returns:
        MaxTime 结束时间 13位时间戳 单位毫秒
      • setMaxTime

        public void setMaxTime​(Long MaxTime)
        Set 结束时间 13位时间戳 单位毫秒
        Parameters:
        MaxTime - 结束时间 13位时间戳 单位毫秒
      • getProductId

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

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

        public String getDeviceName()
        Get 设备名称
        Returns:
        DeviceName 设备名称
      • setDeviceName

        public void setDeviceName​(String DeviceName)
        Set 设备名称
        Parameters:
        DeviceName - 设备名称
      • getLimit

        public Long getLimit()
        Get 返回条数 默认为50
        Returns:
        Limit 返回条数 默认为50
      • setLimit

        public void setLimit​(Long Limit)
        Set 返回条数 默认为50
        Parameters:
        Limit - 返回条数 默认为50
      • getContext

        public String getContext()
        Get 检索上下文
        Returns:
        Context 检索上下文
      • setContext

        public void setContext​(String Context)
        Set 检索上下文
        Parameters:
        Context - 检索上下文
      • getType

        public String getType()
        Get 类型:shadow 下行,device 上行 默认为空则全部查询
        Returns:
        Type 类型:shadow 下行,device 上行 默认为空则全部查询
      • setType

        public void setType​(String Type)
        Set 类型:shadow 下行,device 上行 默认为空则全部查询
        Parameters:
        Type - 类型:shadow 下行,device 上行 默认为空则全部查询