public class IpField extends AbstractModel
| Constructor and Description | 
|---|
| IpField() | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getAsId()Get AS ID | 
| Boolean | getAsName()Get ISP backbone network’s AS field | 
| Boolean | getCity()Get City field | 
| Boolean | getComment()Get Comment | 
| Boolean | getCountry()Get Country/region field | 
| Boolean | getIsp()Get Access ISP field | 
| Boolean | getProvince()Get Province/municipality field | 
| Boolean | getRegion()Get Urban area field | 
| void | setAsId(Boolean AsId)Set AS ID | 
| void | setAsName(Boolean AsName)Set ISP backbone network’s AS field | 
| void | setCity(Boolean City)Set City field | 
| void | setComment(Boolean Comment)Set Comment | 
| void | setCountry(Boolean Country)Set Country/region field | 
| void | setIsp(Boolean Isp)Set Access ISP field | 
| void | setProvince(Boolean Province)Set Province/municipality field | 
| void | setRegion(Boolean Region)Set Urban area field | 
| 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, toJsonStringpublic Boolean getCountry()
public void setCountry(Boolean Country)
Country - Country/region fieldpublic Boolean getProvince()
public void setProvince(Boolean Province)
Province - Province/municipality fieldpublic Boolean getCity()
public void setCity(Boolean City)
City - City fieldpublic Boolean getRegion()
public void setRegion(Boolean Region)
Region - Urban area fieldpublic Boolean getIsp()
public void setIsp(Boolean Isp)
Isp - Access ISP fieldpublic Boolean getAsName()
public void setAsName(Boolean AsName)
AsName - ISP backbone network’s AS fieldpublic Boolean getAsId()
public void setAsId(Boolean AsId)
AsId - AS IDpublic Boolean getComment()
public void setComment(Boolean Comment)
Comment - CommentCopyright © 2020. All rights reserved.