|
||||||||||
| 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.Stack
public class Stack
The stack object contains the name of the software stack which is associated to your deployment.
| Constructor Summary | |
|---|---|
Stack()
Constructor for Stack. |
|
| Method Summary | |
|---|---|
String |
getName()
Getter for the field name. |
void |
setName(String name)
Setter for the field name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Stack()
Constructor for Stack.
| 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 toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||