public class Position extends AbstractModel
header, skipSign| 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的信息。 | 
| City | getCity()Get 实例所在的城市的信息。 | 
| Country | getCountry()Get 实例所在的国家的信息。 | 
| Boolean | getIpv6Supported()Get 实例是否支持ipv6
注意:此字段可能返回 null,表示取不到有效值。 | 
| Province | getProvince()Get 实例所在的省份的信息。 | 
| RegionInfo | getRegionInfo()Get 实例所在的Region的信息。 | 
| ZoneInfo | getZoneInfo()Get 实例所在的Zone的信息。 | 
| void | setArea(Area Area)Set 实例所在的Area的信息。 | 
| void | setCity(City City)Set 实例所在的城市的信息。 | 
| void | setCountry(Country Country)Set 实例所在的国家的信息。 | 
| void | setIpv6Supported(Boolean Ipv6Supported)Set 实例是否支持ipv6
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProvince(Province Province)Set 实例所在的省份的信息。 | 
| void | setRegionInfo(RegionInfo RegionInfo)Set 实例所在的Region的信息。 | 
| void | setZoneInfo(ZoneInfo ZoneInfo)Set 实例所在的Zone的信息。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Position()
public Position(Position source)
public ZoneInfo getZoneInfo()
public void setZoneInfo(ZoneInfo ZoneInfo)
ZoneInfo - 实例所在的Zone的信息。public Country getCountry()
public void setCountry(Country Country)
Country - 实例所在的国家的信息。public Area getArea()
public void setArea(Area Area)
Area - 实例所在的Area的信息。public Province getProvince()
public void setProvince(Province Province)
Province - 实例所在的省份的信息。public City getCity()
public void setCity(City City)
City - 实例所在的城市的信息。public RegionInfo getRegionInfo()
public void setRegionInfo(RegionInfo RegionInfo)
RegionInfo - 实例所在的Region的信息。public Boolean getIpv6Supported()
public void setIpv6Supported(Boolean Ipv6Supported)
Ipv6Supported - 实例是否支持ipv6
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.