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 Backbone AS ID
|
Boolean |
getAsName()
Get ISP backbone network’s AS field
|
Boolean |
getCity()
Get City of the IP
|
Boolean |
getComment()
Get Comment
|
Boolean |
getCountry()
Get Country/region of the IP
|
Boolean |
getIsp()
Get Access ISP field
|
Boolean |
getProvince()
Get Province/municipality/state of the IP
|
Boolean |
getRegion()
Get City district of the IP
|
void |
setAsId(Boolean AsId)
Set Backbone AS ID
|
void |
setAsName(Boolean AsName)
Set ISP backbone network’s AS field
|
void |
setCity(Boolean City)
Set City of the IP
|
void |
setComment(Boolean Comment)
Set Comment
|
void |
setCountry(Boolean Country)
Set Country/region of the IP
|
void |
setIsp(Boolean Isp)
Set Access ISP field
|
void |
setProvince(Boolean Province)
Set Province/municipality/state of the IP
|
void |
setRegion(Boolean Region)
Set City district of the IP
|
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
- Country/region of the IPpublic Boolean getProvince()
public void setProvince(Boolean Province)
Province
- Province/municipality/state of the IPpublic Boolean getCity()
public void setCity(Boolean City)
City
- City of the IPpublic Boolean getRegion()
public void setRegion(Boolean Region)
Region
- City district of the IPpublic 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
- Backbone AS IDpublic Boolean getComment()
public void setComment(Boolean Comment)
Comment
- CommentCopyright © 2023. All rights reserved.