|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.model.AbstractModel
com.cloudcontrolled.api.model.BilledAddon
public class BilledAddon
The billed add-on model contains informations about the usage of the concerning addon and which price you have to offer since the addon was added to your deployment.
| Constructor Summary | |
|---|---|
BilledAddon()
Constructor for BilledAddon. |
|
| Method Summary | |
|---|---|
String |
getAddon()
Getter for the field addon. |
double |
getCosts()
Getter for the field costs. |
double |
getHours()
Getter for the field hours. |
String |
getUntil()
Getter for the field until. |
void |
setAddon(String addon)
Setter for the field addon. |
void |
setCosts(double costs)
Setter for the field costs. |
void |
setHours(double hours)
Setter for the field hours. |
void |
setUntil(String until)
Setter for the field until. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BilledAddon()
Constructor for BilledAddon.
| Method Detail |
|---|
public double getCosts()
Getter for the field costs.
public void setCosts(double costs)
Setter for the field costs.
costs - the costs to setpublic double getHours()
Getter for the field hours.
public void setHours(double hours)
Setter for the field hours.
hours - the hours to setpublic String getUntil()
Getter for the field until.
public void setUntil(String until)
Setter for the field until.
until - the date to setpublic String getAddon()
Getter for the field addon.
public void setAddon(String addon)
Setter for the field addon.
addon - the addon to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||