public class IpField extends AbstractModel
Constructor and Description |
---|
IpField() |
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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAsId()
Get 骨干As号
|
Boolean |
getAsName()
Get 骨干运营商字段信息
|
Boolean |
getCity()
Get 市一级行政区域字段信息
|
Boolean |
getComment()
Get 注释字段
|
Boolean |
getCountry()
Get 国家字段信息
|
Boolean |
getIsp()
Get 接入运营商字段信息
|
Boolean |
getProvince()
Get 省、州、郡一级行政区域字段信息
|
Boolean |
getRegion()
Get 市内区域字段信息
|
void |
setAsId(Boolean AsId)
Set 骨干As号
|
void |
setAsName(Boolean AsName)
Set 骨干运营商字段信息
|
void |
setCity(Boolean City)
Set 市一级行政区域字段信息
|
void |
setComment(Boolean Comment)
Set 注释字段
|
void |
setCountry(Boolean Country)
Set 国家字段信息
|
void |
setIsp(Boolean Isp)
Set 接入运营商字段信息
|
void |
setProvince(Boolean Province)
Set 省、州、郡一级行政区域字段信息
|
void |
setRegion(Boolean Region)
Set 市内区域字段信息
|
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 IpField()
public IpField(IpField source)
public Boolean getCountry()
public void setCountry(Boolean Country)
Country
- 国家字段信息public Boolean getProvince()
public void setProvince(Boolean Province)
Province
- 省、州、郡一级行政区域字段信息public Boolean getCity()
public void setCity(Boolean City)
City
- 市一级行政区域字段信息public Boolean getRegion()
public void setRegion(Boolean Region)
Region
- 市内区域字段信息public Boolean getIsp()
public void setIsp(Boolean Isp)
Isp
- 接入运营商字段信息public Boolean getAsName()
public void setAsName(Boolean AsName)
AsName
- 骨干运营商字段信息public Boolean getAsId()
public void setAsId(Boolean AsId)
AsId
- 骨干As号public Boolean getComment()
public void setComment(Boolean Comment)
Comment
- 注释字段Copyright © 2021. All rights reserved.