public class DeploymentCreationResult extends Object implements Serializable
| Constructor and Description |
|---|
DeploymentCreationResult() |
| Modifier and Type | Method and Description |
|---|---|
List<Agent> |
getAgents() |
String |
getBastianIP() |
List<Host> |
getHosts() |
String |
getName() |
Properties |
getProperties() |
boolean |
isSuccess() |
void |
setAgents(List<Agent> agents) |
void |
setBastianIP(String bastianIP) |
void |
setHosts(List<Host> hosts) |
void |
setName(String name) |
void |
setProperties(Properties properties) |
void |
setProperty(String key,
String value) |
void |
setSuccess(boolean success) |
String |
toString() |
public String getName()
public void setName(String name)
public boolean isSuccess()
public void setSuccess(boolean success)
public Properties getProperties()
public void setProperties(Properties properties)
public void setBastianIP(String bastianIP)
public String getBastianIP()
Copyright © 2019 WSO2. All rights reserved.