com.jakewharton.pingdom.entities
Class Settings.TimeZone

java.lang.Object
  extended by com.jakewharton.pingdom.entities.Settings.TimeZone
All Implemented Interfaces:
PingdomEntity, Serializable
Enclosing class:
Settings

public static final class Settings.TimeZone
extends Object
implements PingdomEntity

Represents a Pingdom time zone object.

See Also:
Serialized Form

Constructor Summary
Settings.TimeZone()
           
 
Method Summary
 String getDescription()
          Time zone description.
 String getId()
          Time zone identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Settings.TimeZone

public Settings.TimeZone()
Method Detail

getId

public String getId()
Time zone identifier.

Returns:
Value.
Since:
2.0

getDescription

public String getDescription()
Time zone description.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.