Package org.opennms.netmgt.config.geoip
Class Location
- java.lang.Object
-
- org.opennms.netmgt.config.geoip.Location
-
public class Location extends Object
-
-
Constructor Summary
Constructors Constructor Description Location()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
List<Subnet>
getSubnets()
int
hashCode()
void
setName(String name)
void
setSubnets(List<Subnet> subnets)
String
toString()
-