public class Position extends AbstractModel
Constructor and Description |
---|
Position() |
Position(Position 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 |
---|---|
Area |
getArea()
Get Area information of the instance.
|
City |
getCity()
Get City information of the instance.
|
Country |
getCountry()
Get Country/Region information of the instance.
|
Province |
getProvince()
Get Province/State information of the instance.
|
RegionInfo |
getRegionInfo()
Get Region information of the instance.
|
ZoneInfo |
getZoneInfo()
Get Zone information of the instance.
|
void |
setArea(Area Area)
Set Area information of the instance.
|
void |
setCity(City City)
Set City information of the instance.
|
void |
setCountry(Country Country)
Set Country/Region information of the instance.
|
void |
setProvince(Province Province)
Set Province/State information of the instance.
|
void |
setRegionInfo(RegionInfo RegionInfo)
Set Region information of the instance.
|
void |
setZoneInfo(ZoneInfo ZoneInfo)
Set Zone information of the instance.
|
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 Position()
public Position(Position source)
public ZoneInfo getZoneInfo()
public void setZoneInfo(ZoneInfo ZoneInfo)
ZoneInfo
- Zone information of the instance.public Country getCountry()
public void setCountry(Country Country)
Country
- Country/Region information of the instance.public Area getArea()
public void setArea(Area Area)
Area
- Area information of the instance.public Province getProvince()
public void setProvince(Province Province)
Province
- Province/State information of the instance.public City getCity()
public void setCity(City City)
City
- City information of the instance.public RegionInfo getRegionInfo()
public void setRegionInfo(RegionInfo RegionInfo)
RegionInfo
- Region information of the instance.Copyright © 2023. All rights reserved.