com.jakewharton.pingdom.entities
Class Reference.NumberFormat

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

public static final class Reference.NumberFormat
extends Object
implements PingdomEntity

Represents a Pingdom number object.

See Also:
Serialized Form

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

Constructor Detail

Reference.NumberFormat

public Reference.NumberFormat()
Method Detail

getId

public Integer getId()
Number format identifier.

Returns:
Value.
Since:
2.0

getDescription

public String getDescription()
Number format description.

Returns:
Value.
Since:
2.0


Copyright © 2011 Jake Wharton. All Rights Reserved.