com.cloudbees.api
Class ServiceResourceInfo

java.lang.Object
  extended by com.cloudbees.api.ServiceResourceInfo

public class ServiceResourceInfo
extends Object


Constructor Summary
ServiceResourceInfo()
           
ServiceResourceInfo(String id, Map<String,String> config, String message)
           
 
Method Summary
 Map<String,String> getConfig()
           
 String getId()
           
 String getMessage()
           
 String getResourceType()
           
 String getService()
           
 Map<String,String> getSettings()
           
 void setConfig(Map<String,String> config)
           
 void setId(String id)
           
 void setMessage(String message)
           
 void setResourceType(String resourceType)
           
 void setService(String service)
           
 void setSettings(Map<String,String> settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceResourceInfo

public ServiceResourceInfo()

ServiceResourceInfo

public ServiceResourceInfo(String id,
                           Map<String,String> config,
                           String message)
Method Detail

getConfig

public Map<String,String> getConfig()

setConfig

public void setConfig(Map<String,String> config)

getId

public String getId()

setId

public void setId(String id)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getSettings

public Map<String,String> getSettings()

setSettings

public void setSettings(Map<String,String> settings)

getResourceType

public String getResourceType()

setResourceType

public void setResourceType(String resourceType)

getService

public String getService()

setService

public void setService(String service)


Copyright © 2011-2012. All Rights Reserved.