java.lang.Object | |
↳ | com.commsignia.v2x.client.model.DiagnosticsNotification |
Diagnostics notification received from the ITS Router. These are usually sent when the application subscribers to
notifications using subscribeToDiagnosticsNotifications()
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | DiagnosticsNotification.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
long |
getErrorCode()
Returns the error code associated with this notification.
| ||||||||||
long |
getErrorCounter()
Returns the counter associated to this error.
| ||||||||||
String |
getErrorName()
Returns the name of the error.
| ||||||||||
Date |
getFirstTime()
Returns the first time this error was encountered.
| ||||||||||
Date |
getLastTime()
Returns the last time the error was encountered.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the error code associated with this notification.
Returns the counter associated to this error.
Returns the name of the error.
Returns the first time this error was encountered.
Returns the last time the error was encountered.