public class KeyTransaction 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 |
---|
KeyTransaction()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
ApplicationSummary |
getApplicationSummary()
Returns the application summary of the transaction.
|
EndUserSummary |
getEndUserSummary()
Returns the end user summary of the transaction.
|
String |
getHealthStatus()
Returns the health status of the transaction.
|
Date |
getLastReportedAt()
Returns the date the transaction last reported.
|
KeyTransactionLinks |
getLinks()
Returns the links of the transaction.
|
boolean |
getReporting()
Returns
true if the transaction is reporting. |
String |
getTransactionName()
Returns the name of the transaction.
|
void |
setHealthStatus(String healthStatus)
Sets the health status of the transaction.
|
void |
setReporting(boolean reporting)
Set to
true if the transaction is reporting. |
void |
setTransactionName(String name)
Sets the name of the transaction.
|
String |
toString()
Returns a string representation of the object.
|
getName, setName
getId, setId
public static final EntityType TYPE
public void setTransactionName(String name)
name
- The name of the transactionpublic String getTransactionName()
public void setHealthStatus(String healthStatus)
healthStatus
- The health status of the transactionpublic String getHealthStatus()
public void setReporting(boolean reporting)
true
if the transaction is reporting.reporting
- true
if the transaction is reportingpublic boolean getReporting()
true
if the transaction is reporting.true
if the transaction is reportingpublic Date getLastReportedAt()
public ApplicationSummary getApplicationSummary()
public EndUserSummary getEndUserSummary()
public KeyTransactionLinks getLinks()
Copyright © 2018. All rights reserved.