com.cloudcontrolled.api.model
Class Version

java.lang.Object
  extended by com.cloudcontrolled.api.model.AbstractModel
      extended by com.cloudcontrolled.api.model.Version

public class Version
extends AbstractModel

The version object contains informations about the latest available software to access the cloudCOntrol API.

Author:
Denis Neuling (denisneuling@gmail.com)

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

Version

public Version()

Constructor for Version.

Method Detail

getPycclib

public String getPycclib()

Getter for the field pycclib.

Returns:
pycclib the latest pycclib release version

setPycclib

public void setPycclib(String pycclib)

Setter for the field pycclib.

Parameters:
pycclib - the latest pycclib release version

getCctrl

public String getCctrl()

Getter for the field cctrl.

Returns:
cctrl the latest cctrl release version

setCctrl

public void setCctrl(String cctrl)

Setter for the field cctrl.

Parameters:
cctrl - the latest cctrl release version to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.