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 |
copyOf(Application application) |
static Application.Builder |
create(String name) |
boolean |
equals(Object obj) |
String |
getHealthUrl() |
String |
getId() |
Info |
getInfo() |
String |
getManagementUrl() |
Map<String,String> |
getMetadata() |
String |
getName() |
String |
getServiceUrl() |
String |
getSource() |
StatusInfo |
getStatusInfo() |
int |
hashCode() |
String |
toString() |
protected Application(Application.Builder builder)
public static Application.Builder create(String name)
public static Application.Builder copyOf(Application application)
public String getId()
public String getName()
public String getManagementUrl()
public String getHealthUrl()
public String getServiceUrl()
public StatusInfo getStatusInfo()
public String getSource()
public Info getInfo()
Copyright © 2018 codecentric AG. All rights reserved.