|
||||||||||
| 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.Worker
public class Worker
The worker object contains informations about your heavy working scripts and / or programs which are connected to your deployment.
| Constructor Summary | |
|---|---|
Worker()
Constructor for Worker. |
|
| Method Summary | |
|---|---|
String |
getCommand()
Getter for the field command. |
String |
getDate_created()
Getter for the field date_created. |
String |
getParams()
Getter for the field params. |
int |
getSize()
Getter for the field size. |
String |
getWrk_id()
Getter for the field wrk_id. |
void |
setCommand(String command)
Setter for the field command. |
void |
setDate_created(String date_created)
Setter for the field date_created. |
void |
setParams(String params)
Setter for the field params. |
void |
setSize(int size)
Setter for the field size. |
void |
setWrk_id(String wrk_id)
Setter for the field wrk_id. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Worker()
Constructor for Worker.
| Method Detail |
|---|
public String getWrk_id()
Getter for the field wrk_id.
public void setWrk_id(String wrk_id)
Setter for the field wrk_id.
wrk_id - the worker id to setpublic String getDate_created()
Getter for the field date_created.
public void setDate_created(String date_created)
Setter for the field date_created.
date_created - the datetime to setpublic String getParams()
Getter for the field params.
public void setParams(String params)
Setter for the field params.
params - the parameters to setpublic String getCommand()
Getter for the field command.
public void setCommand(String command)
Setter for the field command.
command - the command to setpublic int getSize()
Getter for the field size.
public void setSize(int size)
Setter for the field size.
size - the amount of memory to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||