com.jakewharton.pingdom.entities
Class Settings.TimeZone
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Settings.TimeZone
public Settings.TimeZone()
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.