com.jakewharton.pingdom.entities
Class Reference.TimeZone

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

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

Constructor Detail

Reference.TimeZone

public Reference.TimeZone()
Method Detail

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.