public class Application extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Application.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
Application(Application.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static Application.Builder |
create(Application application) |
static Application.Builder |
create(String name) |
boolean |
equals(Object obj) |
static Application |
fromJson(String url,
String managementUrl,
String healthUrl,
String serviceUrl,
String name,
String id,
StatusInfo statusInfo) |
String |
getHealthUrl() |
String |
getId() |
String |
getManagementUrl() |
String |
getName() |
String |
getServiceUrl() |
StatusInfo |
getStatusInfo() |
int |
hashCode() |
String |
toString() |
protected Application(Application.Builder builder)
public static Application fromJson(String url, String managementUrl, String healthUrl, String serviceUrl, String name, String id, StatusInfo statusInfo)
public static Application.Builder create(String name)
public static Application.Builder create(Application application)
public String getId()
public String getName()
public String getManagementUrl()
public String getHealthUrl()
public String getServiceUrl()
public StatusInfo getStatusInfo()
Copyright © 2016 codecentric AG. All rights reserved.