Class GetDeviceLocationHistoryRequest


  • public class GetDeviceLocationHistoryRequest
    extends AbstractModel
    • Constructor Detail

      • GetDeviceLocationHistoryRequest

        public GetDeviceLocationHistoryRequest()
      • GetDeviceLocationHistoryRequest

        public GetDeviceLocationHistoryRequest​(GetDeviceLocationHistoryRequest 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
      • getDeviceName

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

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

        public Long getStartTime()
        Get 查询起始时间,Unix时间,单位为毫秒
        Returns:
        StartTime 查询起始时间,Unix时间,单位为毫秒
      • setStartTime

        public void setStartTime​(Long StartTime)
        Set 查询起始时间,Unix时间,单位为毫秒
        Parameters:
        StartTime - 查询起始时间,Unix时间,单位为毫秒
      • getEndTime

        public Long getEndTime()
        Get 查询结束时间,Unix时间,单位为毫秒
        Returns:
        EndTime 查询结束时间,Unix时间,单位为毫秒
      • setEndTime

        public void setEndTime​(Long EndTime)
        Set 查询结束时间,Unix时间,单位为毫秒
        Parameters:
        EndTime - 查询结束时间,Unix时间,单位为毫秒
      • getCoordinateType

        public Long getCoordinateType()
        Get 坐标类型
        Returns:
        CoordinateType 坐标类型
      • setCoordinateType

        public void setCoordinateType​(Long CoordinateType)
        Set 坐标类型
        Parameters:
        CoordinateType - 坐标类型