com.heroku.api
Class Addon

java.lang.Object
  extended by com.heroku.api.Addon
All Implemented Interfaces:
Serializable

public class Addon
extends Object
implements Serializable

TODO: Javadoc

Author:
Naaman Newbold
See Also:
Serialized Form

Constructor Summary
Addon()
           
 
Method Summary
 String getBeta()
           
 Boolean getConfigured()
           
 String getDescription()
           
 String getId()
           
 String getName()
           
 int getPriceCents()
           
 String getPriceUnit()
           
 String getState()
           
 URL getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Addon

public Addon()
Method Detail

getConfigured

public Boolean getConfigured()

getPriceCents

public int getPriceCents()

getId

public String getId()

getPriceUnit

public String getPriceUnit()

getName

public String getName()

getDescription

public String getDescription()

getUrl

public URL getUrl()

getState

public String getState()

getBeta

public String getBeta()


Copyright © 2012. All Rights Reserved.