com.jakewharton.pingdom.entities
Class Settings.Country

java.lang.Object
  extended by 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

Constructor Summary
Settings.Country()
           
 
Method Summary
 String getIso()
          Country ISO-code.
 String getName()
          Country name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Settings.Country

public Settings.Country()
Method Detail

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.