public class DeployApplicationRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DeployApplicationRequest.DeployApplicationRequestBuilder |
Modifier | Constructor and Description |
---|---|
protected |
DeployApplicationRequest(String name,
String path,
Map<String,String> properties,
Map<String,Object> environment,
List<String> services,
String serviceInstanceId) |
Modifier and Type | Method and Description |
---|---|
static DeployApplicationRequest.DeployApplicationRequestBuilder |
builder() |
Map<String,Object> |
getEnvironment() |
String |
getName() |
String |
getPath() |
Map<String,String> |
getProperties() |
String |
getServiceInstanceId() |
List<String> |
getServices() |
public String getName()
public String getPath()
public String getServiceInstanceId()
public static DeployApplicationRequest.DeployApplicationRequestBuilder builder()