com.heroku.api
Class Domain

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

public class Domain
extends Object
implements Serializable

TODO: Javadoc

Author:
Michael Hunger
See Also:
Serialized Form

Constructor Summary
Domain()
           
 
Method Summary
 String getAppId()
           
 String getBaseDomain()
           
 String getCreatedAt()
           
 String getDefault()
           
 String getDomain()
           
 String getId()
           
 String getUpdatedAt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Domain

public Domain()
Method Detail

getCreatedAt

public String getCreatedAt()

getUpdatedAt

public String getUpdatedAt()

getDefault

public String getDefault()

getDomain

public String getDomain()

getId

public String getId()

getAppId

public String getAppId()

getBaseDomain

public String getBaseDomain()


Copyright © 2012. All Rights Reserved.