com.jakewharton.pingdom.entities
Class Settings.Country
java.lang.Object
com.jakewharton.pingdom.entities.Settings.Country
- All Implemented Interfaces:
- PingdomEntity, Serializable
- Enclosing class:
- Settings
public static class Settings.Country
- extends Object
- implements PingdomEntity
Represents a Pingdom country object.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Settings.Country
public Settings.Country()
getName
public String getName()
- Country name.
- Returns:
- Value.
- Since:
- 2.0
getIso
public String getIso()
- Country ISO-code.
- Returns:
- Value.
- Since:
- 2.0
Copyright © 2011 Jake Wharton. All Rights Reserved.