Class ApplicationDeployment
java.lang.Object
com.aeontronix.enhancedmule.tools.runtime.ApplicationDeployment
public class ApplicationDeployment extends Object
-
Constructor Summary
Constructors Constructor Description ApplicationDeployment() -
Method Summary
Modifier and Type Method Description IntegergetId()StringgetLastReportedStatus()StringgetMessage()LonggetTimeUpdated()voidsetId(Integer id)voidsetLastReportedStatus(String lastReportedStatus)voidsetMessage(String message)voidsetTimeUpdated(Long timeUpdated)
-
Constructor Details
-
ApplicationDeployment
public ApplicationDeployment()
-
-
Method Details