public class PositionItem extends AbstractModel
Constructor and Description |
---|
PositionItem() |
PositionItem(PositionItem 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCreateTime()
Get 位置点的时间
|
Float |
getLatitude()
Get 位置点的纬度
|
Float |
getLongitude()
Get 位置点的经度
|
void |
setCreateTime(Long CreateTime)
Set 位置点的时间
|
void |
setLatitude(Float Latitude)
Set 位置点的纬度
|
void |
setLongitude(Float Longitude)
Set 位置点的经度
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PositionItem()
public PositionItem(PositionItem source)
public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 位置点的时间public Float getLongitude()
public void setLongitude(Float Longitude)
Longitude
- 位置点的经度public Float getLatitude()
public void setLatitude(Float Latitude)
Latitude
- 位置点的纬度Copyright © 2022. All rights reserved.