Class ClientInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.ClientInfo
-
public class ClientInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCountry()Get 国家。 注意:此字段可能返回 null,表示取不到有效值。StringgetIp()Get 客户端IP 注意:此字段可能返回 null,表示取不到有效值。StringgetIspName()Get 运营商。 注意:此字段可能返回 null,表示取不到有效值。StringgetProvName()Get 省份。 注意:此字段可能返回 null,表示取不到有效值。voidsetCountry(String Country)Set 国家。 注意:此字段可能返回 null,表示取不到有效值。voidsetIp(String Ip)Set 客户端IP 注意:此字段可能返回 null,表示取不到有效值。voidsetIspName(String IspName)Set 运营商。 注意:此字段可能返回 null,表示取不到有效值。voidsetProvName(String ProvName)Set 省份。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ClientInfo
public ClientInfo()
-
ClientInfo
public 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.
-
-
Method Detail
-
getProvName
public String getProvName()
Get 省份。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProvName 省份。 注意:此字段可能返回 null,表示取不到有效值。
-
setProvName
public void setProvName(String ProvName)
Set 省份。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProvName- 省份。 注意:此字段可能返回 null,表示取不到有效值。
-
getCountry
public String getCountry()
Get 国家。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Country 国家。 注意:此字段可能返回 null,表示取不到有效值。
-
setCountry
public void setCountry(String Country)
Set 国家。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Country- 国家。 注意:此字段可能返回 null,表示取不到有效值。
-
getIspName
public String getIspName()
Get 运营商。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IspName 运营商。 注意:此字段可能返回 null,表示取不到有效值。
-
setIspName
public void setIspName(String IspName)
Set 运营商。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IspName- 运营商。 注意:此字段可能返回 null,表示取不到有效值。
-
getIp
public String getIp()
Get 客户端IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Ip 客户端IP 注意:此字段可能返回 null,表示取不到有效值。
-
setIp
public void setIp(String Ip)
Set 客户端IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Ip- 客户端IP 注意:此字段可能返回 null,表示取不到有效值。
-
-