org.cloudfoundry.client.lib.domain
Class CloudService

java.lang.Object
  extended by org.cloudfoundry.client.lib.domain.CloudEntity
      extended by org.cloudfoundry.client.lib.domain.CloudService

public class CloudService
extends CloudEntity

Class representing an instance of a service created for a space.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.cloudfoundry.client.lib.domain.CloudEntity
CloudEntity.Meta
 
Constructor Summary
CloudService()
           
CloudService(CloudEntity.Meta meta, String name)
           
 
Method Summary
 String getLabel()
           
 String getPlan()
           
 String getProvider()
           
 String getVersion()
           
 void setLabel(String label)
           
 void setPlan(String plan)
           
 void setProvider(String provider)
           
 void setVersion(String version)
           
 
Methods inherited from class org.cloudfoundry.client.lib.domain.CloudEntity
getMeta, getName, setMeta, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloudService

public CloudService()

CloudService

public CloudService(CloudEntity.Meta meta,
                    String name)
Method Detail

getVersion

public String getVersion()

getLabel

public String getLabel()

getProvider

public String getProvider()

getPlan

public String getPlan()

setVersion

public void setVersion(String version)

setLabel

public void setLabel(String label)

setProvider

public void setProvider(String provider)

setPlan

public void setPlan(String plan)


Copyright © 2013. All rights reserved.