public class GetApplicationResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GetApplicationResponse.GetApplicationResponseBuilder |
Modifier | Constructor and Description |
---|---|
protected |
GetApplicationResponse(String id,
String name,
Map<String,Object> environment,
List<String> services) |
Modifier and Type | Method and Description |
---|---|
static GetApplicationResponse.GetApplicationResponseBuilder |
builder() |
Map<String,Object> |
getEnvironment() |
String |
getId() |
String |
getName() |
List<String> |
getServices() |