com.jakewharton.pingdom.entities
Class Reference.TimeZone
java.lang.Object
com.jakewharton.pingdom.entities.Reference.TimeZone
- All Implemented Interfaces:
- PingdomEntity, Serializable
- Enclosing class:
- Reference
public static final class Reference.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 |
Reference.TimeZone
public Reference.TimeZone()
getId
public Integer 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.