com.mulesoft.cloudhub.client
Class ApplicationUpdateInfo

java.lang.Object
  extended by com.mulesoft.cloudhub.client.ApplicationUpdateInfo

public class ApplicationUpdateInfo
extends Object

Maps application JSON type.

See Also:
http://www.mulesoft.org/documentation/display/ION/Get+An+Application

Constructor Summary
ApplicationUpdateInfo(Application application)
           
ApplicationUpdateInfo(String p_description, Integer p_workers, String p_muleVersion, Map<String,String> p_properties, String p_filename)
           
 
Method Summary
 String getDescription()
           
 String getFilename()
           
 String getMuleVersion()
           
 Map<String,String> getProperties()
           
 Integer getWorkers()
           
 void setDescription(String description)
           
 void setFilename(String filename)
           
 void setMuleVersion(String muleVersion)
           
 void setProperties(Map<String,String> properties)
           
 void setWorkers(Integer workers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationUpdateInfo

public ApplicationUpdateInfo(Application application)

ApplicationUpdateInfo

public ApplicationUpdateInfo(String p_description,
                             Integer p_workers,
                             String p_muleVersion,
                             Map<String,String> p_properties,
                             String p_filename)
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getWorkers

public Integer getWorkers()

setWorkers

public void setWorkers(Integer workers)

getMuleVersion

public String getMuleVersion()

setMuleVersion

public void setMuleVersion(String muleVersion)

getProperties

public Map<String,String> getProperties()

setProperties

public void setProperties(Map<String,String> properties)

getFilename

public String getFilename()

setFilename

public void setFilename(String filename)


Copyright © 2012. All Rights Reserved.