public class IpInfo extends Object implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCity() |
String |
getCountry() |
String |
getIp() |
String |
getProvince() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setIp(String ip) |
void |
setProvince(String province) |
String |
toString() |
public IpInfo(String ip)
public IpInfo()
public String getIp()
public String getCountry()
public String getProvince()
public String getCity()
public void setIp(String ip)
public void setCountry(String country)
public void setProvince(String province)
public void setCity(String city)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.