public class MobileApplication 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 |
---|
MobileApplication()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
CrashSummary |
getCrashSummary()
Returns the crash summary of the application.
|
String |
getHealthStatus()
Returns the health status of the application.
|
Date |
getLastReportedAt()
Returns the date the application last reported.
|
MobileSummary |
getMobileSummary()
Returns the mobile summary of the application.
|
boolean |
getReporting()
Returns
true if the application is reporting. |
void |
setHealthStatus(String healthStatus)
Sets the health status of the application.
|
void |
setReporting(boolean reporting)
Set to
true if the application is reporting. |
String |
toString()
Returns a string representation of the object.
|
getName, setName
getId, setId
public static final EntityType TYPE
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 MobileSummary getMobileSummary()
public CrashSummary getCrashSummary()
Copyright © 2018. All rights reserved.