com.jakewharton.pingdom.entities
Class Reference.Region

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

public static final class Reference.Region
extends Object
implements PingdomEntity

Represents a Pingdom region object.

See Also:
Serialized Form

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

Constructor Detail

Reference.Region

public Reference.Region()
Method Detail

getId

public Integer getId()
Region identifier.

Returns:
Value.
Since:
2.0

getDescription

public String getDescription()
Region description.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.