public class ApplicationInstance extends Entity
Entity.Builder<T extends Entity,B extends Entity.Builder<T,B>>
Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE
The type of the entity.
|
Constructor and Description |
---|
ApplicationInstance()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName()
Returns the name of the application.
|
ApplicationSummary |
getApplicationSummary()
Returns the application summary of the application instance.
|
String |
getHealthStatus()
Returns the health status of the application instance.
|
String |
getHost()
Returns the name of the host.
|
String |
getLanguage()
Returns the language of the application instance.
|
ApplicationInstanceLinks |
getLinks()
Returns the links of the application instance.
|
int |
getPort()
Returns the port of the host.
|
void |
setApplicationName(String name)
Sets the name of the application.
|
void |
setHealthStatus(String healthStatus)
Sets the health status of the application instance.
|
void |
setHost(String host)
Sets the name of the host.
|
void |
setLanguage(String language)
Sets the language of the application instance.
|
void |
setPort(int port)
Sets the port of the host.
|
String |
toString()
Returns a string representation of the object.
|
getName, setName
getId, setId
public static final EntityType TYPE
public void setApplicationName(String name)
name
- The name of the applicationpublic String getApplicationName()
public void setHost(String host)
host
- The name of the hostpublic String getHost()
public void setPort(int port)
port
- The port of the hostpublic int getPort()
public void setLanguage(String language)
language
- The language of the application instancepublic String getLanguage()
public void setHealthStatus(String healthStatus)
healthStatus
- The health status of the application instancepublic String getHealthStatus()
public ApplicationSummary getApplicationSummary()
public ApplicationInstanceLinks getLinks()
Copyright © 2018. All rights reserved.