|
||||||||||
| 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.BilledBoxes
public class BilledBoxes
The billed boxed object contains informations about the amount of hours and boxes you used whithin the last invoice period of the concerning deployment. It also contains the amount of free to use boxes you still own.
| Constructor Summary | |
|---|---|
BilledBoxes()
Constructor for BilledBoxes. |
|
| Method Summary | |
|---|---|
double |
getBoxes()
Getter for the field boxes. |
double |
getCosts()
Getter for the field costs. |
double |
getFreeBoxes()
getFreeBoxes. |
String |
getUntil()
Getter for the field until. |
void |
setBoxes(double boxes)
Setter for the field boxes. |
void |
setCosts(double costs)
Setter for the field costs. |
void |
setFreeBoxes(double free_boxes)
setFreeBoxes. |
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 BilledBoxes()
Constructor for BilledBoxes.
| 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 getFreeBoxes()
getFreeBoxes.
public void setFreeBoxes(double free_boxes)
setFreeBoxes.
free_boxes - the free boxes to setpublic String getUntil()
Getter for the field until.
public void setUntil(String until)
Setter for the field until.
until - the date to setpublic double getBoxes()
Getter for the field boxes.
public void setBoxes(double boxes)
Setter for the field boxes.
boxes - the boxes to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||