public class

DiagnosticsNotification

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.DiagnosticsNotification

Class Overview

Diagnostics notification received from the ITS Router. These are usually sent when the application subscribers to notifications using subscribeToDiagnosticsNotifications()

Summary

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
From class java.lang.Object

Public Methods

public boolean equals (Object o)

public long getErrorCode ()

Returns the error code associated with this notification.

Returns
  • error code

public long getErrorCounter ()

Returns the counter associated to this error.

Returns
  • number of errors encountered

public String getErrorName ()

Returns the name of the error.

Returns
  • error name

public Date getFirstTime ()

Returns the first time this error was encountered.

Returns
  • first time this error was encountered

public Date getLastTime ()

Returns the last time the error was encountered.

Returns
  • last time the error was encountered

public int hashCode ()

public String toString ()