public class Application extends Entity
Modifier and Type | Class and Description |
---|---|
static class |
Application.Builder
Builder to make application construction easier.
|
Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE
The type of the entity.
|
Constructor and Description |
---|
Application()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
static Application.Builder |
builder()
Returns a builder for the application.
|
ApplicationSummary |
getApplicationSummary()
Returns the application summary of the application.
|
EndUserSummary |
getEndUserSummary()
Returns the end user summary of the application.
|
String |
getHealthStatus()
Returns the health status of the application.
|
String |
getLanguage()
Returns the language of the application.
|
Date |
getLastReportedAt()
Returns the date the application last reported.
|
ApplicationLinks |
getLinks()
Returns the links of the application.
|
boolean |
getReporting()
Returns
true if the application is reporting. |
ApplicationSettings |
getSettings()
Returns the settings of the application.
|
void |
setHealthStatus(String healthStatus)
Sets the health status of the application.
|
void |
setLanguage(String language)
Sets the language of the application.
|
void |
setReporting(boolean reporting)
Set to
true if the application is reporting. |
void |
setSettings(ApplicationSettings settings)
Sets the settings of the application.
|
String |
toString()
Returns a string representation of the object.
|
getName, setName
getId, setId
public static final EntityType TYPE
public void setLanguage(String language)
language
- The language of the applicationpublic String getLanguage()
public void setHealthStatus(String healthStatus)
healthStatus
- The health status of the applicationpublic String getHealthStatus()
public void setReporting(boolean reporting)
true
if the application is reporting.reporting
- true
if the application is reportingpublic boolean getReporting()
true
if the application is reporting.true
if the application is reportingpublic Date getLastReportedAt()
public ApplicationSummary getApplicationSummary()
public EndUserSummary getEndUserSummary()
public void setSettings(ApplicationSettings settings)
settings
- The settings of the applicationpublic ApplicationSettings getSettings()
public ApplicationLinks getLinks()
public String toString()
public static Application.Builder builder()
Copyright © 2018. All rights reserved.