DeviceVitalsInformationEvent

public class DeviceVitalsInformationEvent

Fields

TYPE

public static final String TYPE

The event type

Methods

getDeviceVitals

public DeviceVitals getDeviceVitals()

Returns the DeviceVitals See DeviceVitals

getEventId

public String getEventId()

Returns an optional event ID as copied from the originating event.

getMessage

public String getMessage()

A user-readable message. This message may not be localized, in which case the type field should be used for determining a localized message.

getSessionId

public String getSessionId()

Get the session ID for the session which triggered this event.

getStatus

public int getStatus()

Get the status for this particular event. A status of 0 means success, any other status is a failure.

getType

public String getType()

The type of status. This will generally be SUCCESS for a status of 0, and contain a different type for other errors.