Class IpField
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.IpField
-
public class IpField extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAsId()Get 骨干As号BooleangetAsName()Get 骨干运营商字段信息BooleangetCity()Get 市一级行政区域字段信息BooleangetComment()Get 注释字段BooleangetCountry()Get 国家字段信息BooleangetIsp()Get 接入运营商字段信息BooleangetProvince()Get 省、州、郡一级行政区域字段信息BooleangetRegion()Get 市内区域字段信息voidsetAsId(Boolean AsId)Set 骨干As号voidsetAsName(Boolean AsName)Set 骨干运营商字段信息voidsetCity(Boolean City)Set 市一级行政区域字段信息voidsetComment(Boolean Comment)Set 注释字段voidsetCountry(Boolean Country)Set 国家字段信息voidsetIsp(Boolean Isp)Set 接入运营商字段信息voidsetProvince(Boolean Province)Set 省、州、郡一级行政区域字段信息voidsetRegion(Boolean Region)Set 市内区域字段信息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
-
IpField
public IpField()
-
IpField
public IpField(IpField 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
-
getCountry
public Boolean getCountry()
Get 国家字段信息- Returns:
- Country 国家字段信息
-
setCountry
public void setCountry(Boolean Country)
Set 国家字段信息- Parameters:
Country- 国家字段信息
-
getProvince
public Boolean getProvince()
Get 省、州、郡一级行政区域字段信息- Returns:
- Province 省、州、郡一级行政区域字段信息
-
setProvince
public void setProvince(Boolean Province)
Set 省、州、郡一级行政区域字段信息- Parameters:
Province- 省、州、郡一级行政区域字段信息
-
getCity
public Boolean getCity()
Get 市一级行政区域字段信息- Returns:
- City 市一级行政区域字段信息
-
setCity
public void setCity(Boolean City)
Set 市一级行政区域字段信息- Parameters:
City- 市一级行政区域字段信息
-
getRegion
public Boolean getRegion()
Get 市内区域字段信息- Returns:
- Region 市内区域字段信息
-
setRegion
public void setRegion(Boolean Region)
Set 市内区域字段信息- Parameters:
Region- 市内区域字段信息
-
getIsp
public Boolean getIsp()
Get 接入运营商字段信息- Returns:
- Isp 接入运营商字段信息
-
setIsp
public void setIsp(Boolean Isp)
Set 接入运营商字段信息- Parameters:
Isp- 接入运营商字段信息
-
getAsName
public Boolean getAsName()
Get 骨干运营商字段信息- Returns:
- AsName 骨干运营商字段信息
-
setAsName
public void setAsName(Boolean AsName)
Set 骨干运营商字段信息- Parameters:
AsName- 骨干运营商字段信息
-
getAsId
public Boolean getAsId()
Get 骨干As号- Returns:
- AsId 骨干As号
-
setAsId
public void setAsId(Boolean AsId)
Set 骨干As号- Parameters:
AsId- 骨干As号
-
getComment
public Boolean getComment()
Get 注释字段- Returns:
- Comment 注释字段
-
setComment
public void setComment(Boolean Comment)
Set 注释字段- Parameters:
Comment- 注释字段
-
-