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地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLocation()
Get 所属地域
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAddr(String Addr)
Set ip地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocation(String Location)
Set 所属地域
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public AddressLocation()
public AddressLocation(AddressLocation source)
public String getAddr()
public void setAddr(String Addr)
Addr
- ip地址
注意:此字段可能返回 null,表示取不到有效值。public String getLocation()
public void setLocation(String Location)
Location
- 所属地域
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.