public class DeploymentData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
activationTime |
protected String |
instanceName |
protected String |
localPath |
protected String |
messageState |
protected AvailablePlugins |
plugins |
String |
state |
protected Calendar |
terminationTime |
| Constructor and Description |
|---|
DeploymentData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Calendar |
getActivationTime()
Gets the value of the activationTime property.
|
String |
getInstanceName() |
String |
getLocalPath() |
String |
getMessageState()
Gets the value of the messageState property.
|
AvailablePlugins |
getPlugins() |
String |
getState()
Gets the value of the state property.
|
Calendar |
getTerminationTime()
Gets the value of the terminationTime property.
|
void |
setActivationTime(Calendar string)
Sets the value of the activationTime property.
|
void |
setInstanceName(String instanceName) |
void |
setLocalPath(String localPath) |
void |
setMessageState(String value)
Sets the value of the messageState property.
|
void |
setPlugins(AvailablePlugins plugins) |
void |
setState(String value)
Sets the value of the state property.
|
void |
setTerminationTime(Calendar value)
Sets the value of the activationTime property.
|
protected Calendar activationTime
protected Calendar terminationTime
public String state
protected String messageState
protected AvailablePlugins plugins
protected String instanceName
protected String localPath
public AvailablePlugins getPlugins()
public void setPlugins(AvailablePlugins plugins)
plugins - the plugins to setpublic Calendar getActivationTime()
public void setActivationTime(Calendar string)
string - the timepublic void setTerminationTime(Calendar value)
value - the timepublic Calendar getTerminationTime()
public String getState()
public void setState(String value)
value - the state.public void setMessageState(String value)
value - the message state.public String getMessageState()
public String getInstanceName()
public void setInstanceName(String instanceName)
instanceName - the instanceName to setpublic String getLocalPath()
public void setLocalPath(String localPath)
localPath - the instance local path to setCopyright © 2015. All Rights Reserved.