|
||||||||||
| 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.Deployment
public class Deployment
The deployment object contains information of your currently installed branch of your application. It also provides a raw overview of used resources concerning to that deployment.
| Constructor Summary | |
|---|---|
Deployment()
Constructor for Deployment. |
|
| Method Summary | |
|---|---|
BilledAddon[] |
getBilledAddons()
getBilledAddons. |
BilledBoxes |
getBilledBoxes()
getBilledBoxes. |
BillingAccount |
getBillingAccount()
getBillingAccount. |
String |
getBranch()
Getter for the field branch. |
String |
getDateCreated()
getDateCreated. |
String |
getDateModified()
getDateModified. |
String |
getDefaultSubdomain()
getDefaultSubdomain. |
String |
getDepId()
getDepId. |
int |
getMaxBoxes()
getMaxBoxes. |
int |
getMinBoxes()
getMinBoxes. |
String |
getName()
Getter for the field name. |
Stack |
getStack()
Getter for the field stack. |
String |
getState()
Getter for the field state. |
String |
getStaticFiles()
getStaticFiles. |
String |
getVersion()
Getter for the field version. |
boolean |
isDefault()
isDefault. |
void |
setBilledAddons(BilledAddon[] billed_addons)
setBilledAddons. |
void |
setBilledBoxes(BilledBoxes billed_boxes)
setBilledBoxes. |
void |
setBillingAccount(BillingAccount billing_account)
setBillingAccount. |
void |
setBranch(String branch)
Setter for the field branch. |
void |
setDateCreated(String date_created)
setDateCreated. |
void |
setDateModified(String date_modified)
setDateModified. |
void |
setDefault(boolean is_default)
setDefault. |
void |
setDefaultSubdomain(String default_subdomain)
setDefaultSubdomain. |
void |
setDepId(String dep_id)
setDepId. |
void |
setMaxBoxes(int max_boxes)
setMaxBoxes. |
void |
setMinBoxes(int min_boxes)
setMinBoxes. |
void |
setName(String name)
Setter for the field name. |
void |
setStack(Stack stack)
Setter for the field stack. |
void |
setState(String state)
Setter for the field state. |
void |
setStaticFiles(String static_files)
setStaticFiles. |
void |
setVersion(String version)
Setter for the field version. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Deployment()
Constructor for Deployment.
| Method Detail |
|---|
public String getName()
Getter for the field name.
public void setName(String name)
Setter for the field name.
name - the name to setpublic String getDepId()
getDepId.
public void setDepId(String dep_id)
setDepId.
dep_id - the deployment id to setpublic int getMaxBoxes()
getMaxBoxes.
public void setMaxBoxes(int max_boxes)
setMaxBoxes.
max_boxes - the max boxes to setpublic int getMinBoxes()
getMinBoxes.
public void setMinBoxes(int min_boxes)
setMinBoxes.
min_boxes - the min boxes to setpublic String getDateCreated()
getDateCreated.
public void setDateCreated(String date_created)
setDateCreated.
date_created - the date_created to setpublic String getStaticFiles()
getStaticFiles.
public void setStaticFiles(String static_files)
setStaticFiles.
static_files - the path of static files to setpublic Stack getStack()
Getter for the field stack.
public void setStack(Stack stack)
Setter for the field stack.
stack - the stack to setpublic BilledAddon[] getBilledAddons()
getBilledAddons.
public void setBilledAddons(BilledAddon[] billed_addons)
setBilledAddons.
billed_addons - the billed add-ons to setpublic BilledBoxes getBilledBoxes()
getBilledBoxes.
public void setBilledBoxes(BilledBoxes billed_boxes)
setBilledBoxes.
billed_boxes - the billed boxes to setpublic String getState()
Getter for the field state.
public void setState(String state)
Setter for the field state.
state - the state to setpublic String getDefaultSubdomain()
getDefaultSubdomain.
public void setDefaultSubdomain(String default_subdomain)
setDefaultSubdomain.
default_subdomain - the default subdoman to setpublic boolean isDefault()
isDefault.
public void setDefault(boolean is_default)
setDefault.
is_default - the boolean value to setpublic String getBranch()
Getter for the field branch.
public void setBranch(String branch)
Setter for the field branch.
branch - the branch to setpublic String getVersion()
Getter for the field version.
public void setVersion(String version)
Setter for the field version.
version - the version to setpublic String getDateModified()
getDateModified.
public void setDateModified(String date_modified)
setDateModified.
date_modified - the date modified to setpublic BillingAccount getBillingAccount()
getBillingAccount.
public void setBillingAccount(BillingAccount billing_account)
setBillingAccount.
billing_account - the billing account to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||