public class DeployedDependency extends Dependency
| Modifier and Type | Field and Description |
|---|---|
protected String |
host |
protected String |
message |
protected String |
status |
name, service, version| Constructor and Description |
|---|
DeployedDependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getMessage() |
String |
getStatus() |
void |
setHost(String host) |
void |
setMessage(String message) |
void |
setStatus(String status) |
equals, getName, getService, getVersion, hashCode, setName, setService, setVersion, toStringprotected String host
protected String status
protected String message
public String getHost()
public void setHost(String host)
host - the host to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic String getMessage()
public void setMessage(String message)
message - the message to setCopyright © 2014. All Rights Reserved.