public class AddressLocation extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddressLocation() | 
| AddressLocation(AddressLocation 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 | 
|---|---|
| String | getAddr()Get ip地址 | 
| String | getLocation()Get 所属地域 | 
| void | setAddr(String Addr)Set ip地址 | 
| void | setLocation(String Location)Set 所属地域 | 
| 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 AddressLocation()
public AddressLocation(AddressLocation source)
public String getAddr()
public void setAddr(String Addr)
Addr - ip地址public String getLocation()
public void setLocation(String Location)
Location - 所属地域Copyright © 2025. All rights reserved.