|
||||||||||
| 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.Version
public class Version
The version object contains informations about the latest available software to access the cloudCOntrol API.
| Constructor Summary | |
|---|---|
Version()
Constructor for Version. |
|
| Method Summary | |
|---|---|
String |
getCctrl()
Getter for the field cctrl. |
String |
getPycclib()
Getter for the field pycclib. |
void |
setCctrl(String cctrl)
Setter for the field cctrl. |
void |
setPycclib(String pycclib)
Setter for the field pycclib. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Version()
Constructor for Version.
| Method Detail |
|---|
public String getPycclib()
Getter for the field pycclib.
public void setPycclib(String pycclib)
Setter for the field pycclib.
pycclib - the latest pycclib release versionpublic String getCctrl()
Getter for the field cctrl.
public void setCctrl(String cctrl)
Setter for the field cctrl.
cctrl - the latest cctrl release version to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||