public class ClientInfo extends AbstractModel
Constructor and Description |
---|
ClientInfo() |
ClientInfo(ClientInfo 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 |
getCountry()
Get 国家。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIp()
Get 客户端IP
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIspName()
Get 运营商。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProvName()
Get 省份。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCountry(String Country)
Set 国家。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIp(String Ip)
Set 客户端IP
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIspName(String IspName)
Set 运营商。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProvName(String ProvName)
Set 省份。
注意:此字段可能返回 null,表示取不到有效值。
|
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 ClientInfo()
public ClientInfo(ClientInfo source)
public String getProvName()
public void setProvName(String ProvName)
ProvName
- 省份。
注意:此字段可能返回 null,表示取不到有效值。public String getCountry()
public void setCountry(String Country)
Country
- 国家。
注意:此字段可能返回 null,表示取不到有效值。public String getIspName()
public void setIspName(String IspName)
IspName
- 运营商。
注意:此字段可能返回 null,表示取不到有效值。public String getIp()
public void setIp(String Ip)
Ip
- 客户端IP
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.