org.gcube.vremanagement.resourcemanager.impl.deployment.resources
Class DeployedDependency
java.lang.Object
org.gcube.vremanagement.resourcemanager.impl.deployment.resources.Dependency
org.gcube.vremanagement.resourcemanager.impl.deployment.resources.DeployedDependency
public class DeployedDependency
- extends Dependency
A package deployed by a Deployer service
- Author:
- Manuele Simi (ISTI-CNR)
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
DeployedDependency
public DeployedDependency()
getHost
public java.lang.String getHost()
- Returns:
- the host
setHost
public void setHost(java.lang.String host)
- Parameters:
host
- the host to set
getStatus
public java.lang.String getStatus()
- Returns:
- the status
setStatus
public void setStatus(java.lang.String status)
- Parameters:
status
- the status to set
getMessage
public java.lang.String getMessage()
- Returns:
- the message
setMessage
public void setMessage(java.lang.String message)
- Parameters:
message
- the message to set