public class DeploymentCreationResult extends Object implements Serializable
| Constructor and Description |
|---|
DeploymentCreationResult() |
| Modifier and Type | Method and Description |
|---|---|
List<Host> |
getHosts() |
String |
getName() |
boolean |
isSuccess() |
void |
setHosts(List<Host> hosts) |
void |
setName(String name) |
void |
setSuccess(boolean success) |
Copyright © 2018 WSO2. All rights reserved.