Class GetDeviceLocationHistoryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.models.GetDeviceLocationHistoryRequest
-
public class GetDeviceLocationHistoryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetDeviceLocationHistoryRequest()
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCoordinateType()
Get 坐标类型String
getDeviceName()
Get 设备名Long
getEndTime()
Get 查询结束时间,Unix时间,单位为毫秒String
getProductId()
Get 产品IdLong
getStartTime()
Get 查询起始时间,Unix时间,单位为毫秒void
setCoordinateType(Long CoordinateType)
Set 坐标类型void
setDeviceName(String DeviceName)
Set 设备名void
setEndTime(Long EndTime)
Set 查询结束时间,Unix时间,单位为毫秒void
setProductId(String ProductId)
Set 产品Idvoid
setStartTime(Long StartTime)
Set 查询起始时间,Unix时间,单位为毫秒void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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
- 坐标类型
-
-