public class

StatisticsResponse

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

Class Overview

Represents a statistics response containing statistics results.

Summary

Public Constructors
StatisticsResponse()
Creates a new instance.
Public Methods
boolean equals(Object o)
long getAppApps()
Returns the number of local applications.
long getAppEasClients()
Returns the number of EAS (TCP) clients.
long getFacDroppedBsms()
Returns the number of dropped BSM packets.
long getFacDroppedCams()
Returns the number of dropped CAMs.
long getFacDroppedDenms()
Returns the number of dropped DENMs.
long getFacDroppedMaps()
Sets the number of dropped MAPs.
long getFacDroppedSpats()
Returns the number of dropped SPATs.
long getFacLdm()
Returns the number of LDM objects.
long getFacReceivdedDenms()
Returns the number of received DENMs.
long getFacReceivedBsms()
Returns the number of received BSM packets.
long getFacReceivedCams()
Returns the number of received CAMs.
long getFacReceivedMaps()
Returns the number of received MAPs.
long getFacReceivedSpats()
Returns the number of received SPATs.
long getFacSendCams()
Returns the number of sent CAMs.
long getFacSendDenms()
Returns the number of sent DENMs.
long getFacSendMaps()
Returns the number of sent MAPs.
long getFacSentBsms()
Returns the number of sent BSM packets.
long getFacSentSpats()
Returns the number of sent SPATs.
long getGnpDroppedBtp()
Returns the number of dropped BTPs.
long getGnpDroppedGn()
Returns the number of dropped GN packets.
long getGnpForwardedGn()
Returns the number of forwarded GN packets.
long getGnpLocTIf1()
Returns the number of entries in GN location table.
long getGnpLocTIf2()
Returns the number of entries in GN location table for the second interface.
long getGnpReceivedGac()
Returns the number of received GN GAC packets.
long getGnpReceivedGbc()
Returns the number of received GN GBC packets.
long getGnpReceivedGuc()
Returns the number of received GN GUC packets.
long getGnpReceivedLsRep()
Returns the number of received LS replies.
long getGnpReceivedLsReq()
Returns the number of received LS requests.
long getGnpReceivedShb()
Returns the number of received GN SHB packets.
long getGnpReceivedTsb()
Returns the number of received GN TSB packets.
long getGnpSentGac()
Returns the number of sent GN GAC packets.
long getGnpSentGbc()
Returns the number of sent GN GBC packets.
long getGnpSentGuc()
Returns the number of sent GN GUC packets.
long getGnpSentLsRep()
Returns the number of sent LS replies.
long getGnpSentLsReq()
Returns the number of sent LS Requests.
long getGnpSentShb()
Returns the number of sent GN SHB packets.
long getGnpSentTsb()
Returns the number of sent GN TSB packets.
long getSecNotVerified()
Returns the number of packets with invalid signature.
long getSecSignError()
Returns the number of signing errors.
long getSecSigned()
Returns the number of signed packets.
long getSecVerified()
Returns the number of verified packets.
long getSecVerifyError()
Returns the number of packet verification errors.
long getWsmpDropped()
Returns the number of dropped WSMP packets.
long getWsmpReceived()
Returns the number of received WSMP packets.
long getWsmpSent()
Returns the number of sent WSMP packets.
int hashCode()
void setAppApps(long appApps)
Sets the number of local applications.
void setAppEasClients(long appEasClients)
Sets the number of EAS (TCP) clients.
void setFacDroppedBsms(long facDroppedBsms)
Sets the number of dropped BSM packets.
void setFacDroppedCams(long facDroppedCams)
Sets the number of dropped CAMs.
void setFacDroppedDenms(long facDroppedDenms)
Sets the number of dropped DENMs.
void setFacDroppedMaps(long facDroppedMaps)
Sets the number of dropped MAPs.
void setFacDroppedSpats(long facDroppedSpats)
Sets the number of dropped SPATs.
void setFacLdm(long facLdm)
Sets the number of LDM objects.
void setFacReceivdedDenms(long facReceivdedDenms)
Sets the number of received DENMs.
void setFacReceivedBsms(long facReceivedBsms)
Sets the number of received BSM packets.
void setFacReceivedCams(long facReceivedCams)
Sets the number of received CAMs.
void setFacReceivedMaps(long facReceivedMaps)
Sets the number of received MAPs.
void setFacReceivedSpats(long facReceivedSpats)
Sets the number of received SPATs.
void setFacSendCams(long facSendCams)
Sets the number of sent CAMs.
void setFacSendDenms(long facSendDenms)
Sets the number of sent DENMs.
void setFacSendMaps(long facSendMaps)
Sets the number of sent MAPs.
void setFacSentBsms(long facSentBsms)
Sets the number of sent BSM packets.
void setFacSentSpats(long facSentSpats)
Sets the number of sent SPATs.
void setGnpDroppedBtp(long gnpDroppedBtp)
Sets the number of dropped BTPs.
void setGnpDroppedGn(long gnpDroppedGn)
Sets the number of dropped GN packets.
void setGnpForwardedGn(long gnpForwardedGn)
Sets the number of forwarded GN packets.
void setGnpLocTIf1(long gnpLocTIf1)
Sets the number of entries in the GN location table for the first interface.
void setGnpLocTIf2(long gnpLocTIf2)
Sets the number of entries in the GN location table for the second interface.
void setGnpReceivedGac(long gnpReceivedGac)
Sets the number of received GN GAC packets.
void setGnpReceivedGbc(long gnpReceivedGbc)
Sets the number of received GN GBC packets.
void setGnpReceivedGuc(long gnpReceivedGuc)
Sets the number of received GN GUC packets.
void setGnpReceivedLsRep(long gnpReceivedLsRep)
Sets the number of received LS replies.
void setGnpReceivedLsReq(long gnpReceivedLsReq)
Sets the number of received LS requests.
void setGnpReceivedShb(long gnpReceivedShb)
Sets the number of received GN SHB packets.
void setGnpReceivedTsb(long gnpReceivedTsb)
Sets the number of received GN TSB packets.
void setGnpSentGac(long gnpSentGac)
Sets the number of sent GN GAC packets.
void setGnpSentGbc(long gnpSentGbc)
Returns the number of sent GN GBC packets.
void setGnpSentGuc(long gnpSentGuc)
Sets the number of sent GN GUC packets.
void setGnpSentLsRep(long gnpSentLsRep)
Sets the number of sent LS replies.
void setGnpSentLsReq(long gnpSentLsReq)
Sets the number of sent LS Requests.
void setGnpSentShb(long gnpSentShb)
Sets the number of sent GN SHB packets.
void setGnpSentTsb(long gnpSentTsb)
Sets the number of sent GN TSB packets.
void setSecNotVerified(long secNotVerified)
Sets the number of packets with invalid signature.
void setSecSignError(long secSignError)
Sets the number of signing errors.
void setSecSigned(long secSigned)
Sets the number of signed packets.
void setSecVerified(long secVerified)
Sets the number of verified packets
void setSecVerifyError(long secVerifyError)
Sets the number of packet verification errors.
void setWsmpDropped(long wsmpDropped)
Sets the number of dropped WSMP packets.
void setWsmpReceived(long wsmpReceived)
Sets the number of received WSMP packets.
void setWsmpSent(long wsmpSent)
Sets the number of sent WSMP packets.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public StatisticsResponse ()

Creates a new instance.

Public Methods

public boolean equals (Object o)

public long getAppApps ()

Returns the number of local applications.

Returns
  • number of local applications

public long getAppEasClients ()

Returns the number of EAS (TCP) clients.

Returns
  • number of EAS (TCP) clients.

public long getFacDroppedBsms ()

Returns the number of dropped BSM packets.

Returns
  • number of dropped BSM packets

public long getFacDroppedCams ()

Returns the number of dropped CAMs.

Returns
  • number of dropped CAMs.

public long getFacDroppedDenms ()

Returns the number of dropped DENMs.

Returns
  • number of dropped DENMs.

public long getFacDroppedMaps ()

Sets the number of dropped MAPs.

Returns
  • number of dropped MAPs.

public long getFacDroppedSpats ()

Returns the number of dropped SPATs.

Returns
  • number of dropped SPATs.

public long getFacLdm ()

Returns the number of LDM objects.

Returns
  • number of LDM objects

public long getFacReceivdedDenms ()

Returns the number of received DENMs.

Returns
  • number of received DENMs.

public long getFacReceivedBsms ()

Returns the number of received BSM packets.

Returns
  • number of received BSM packets

public long getFacReceivedCams ()

Returns the number of received CAMs.

Returns
  • number of received CAMs

public long getFacReceivedMaps ()

Returns the number of received MAPs.

Returns
  • number of received MAPs.

public long getFacReceivedSpats ()

Returns the number of received SPATs.

Returns
  • number of received SPATs.

public long getFacSendCams ()

Returns the number of sent CAMs.

Returns
  • number of sent CAMs.

public long getFacSendDenms ()

Returns the number of sent DENMs.

Returns
  • number of sent DENMs.

public long getFacSendMaps ()

Returns the number of sent MAPs.

Returns
  • number of sent MAPs

public long getFacSentBsms ()

Returns the number of sent BSM packets.

Returns
  • number of sent BSM packets

public long getFacSentSpats ()

Returns the number of sent SPATs.

Returns
  • number of sent SPATs.

public long getGnpDroppedBtp ()

Returns the number of dropped BTPs.

Returns
  • number of dropped BTPs.

public long getGnpDroppedGn ()

Returns the number of dropped GN packets.

Returns
  • number of dropped GN packets.

public long getGnpForwardedGn ()

Returns the number of forwarded GN packets.

Returns
  • number of forwarded GN packets

public long getGnpLocTIf1 ()

Returns the number of entries in GN location table.

Returns
  • number of entries in GN location table

public long getGnpLocTIf2 ()

Returns the number of entries in GN location table for the second interface.

Returns
  • number of entries in GN location table for the second interface.

public long getGnpReceivedGac ()

Returns the number of received GN GAC packets.

Returns
  • number of received GN GAC packets

public long getGnpReceivedGbc ()

Returns the number of received GN GBC packets.

Returns
  • number of received GN GBC packets.

public long getGnpReceivedGuc ()

Returns the number of received GN GUC packets.

Returns
  • number of received GN GUC packets

public long getGnpReceivedLsRep ()

Returns the number of received LS replies.

Returns
  • number of received LS replies

public long getGnpReceivedLsReq ()

Returns the number of received LS requests.

Returns
  • number of received LS requests

public long getGnpReceivedShb ()

Returns the number of received GN SHB packets.

Returns
  • number of received GN SHB packets.

public long getGnpReceivedTsb ()

Returns the number of received GN TSB packets.

Returns
  • number of received GN TSB packets.

public long getGnpSentGac ()

Returns the number of sent GN GAC packets.

Returns
  • number of sent GN GAC packets

public long getGnpSentGbc ()

Returns the number of sent GN GBC packets.

Returns
  • number of sent GN GBC packets

public long getGnpSentGuc ()

Returns the number of sent GN GUC packets.

Returns
  • number of sent GN GUC packets

public long getGnpSentLsRep ()

Returns the number of sent LS replies.

Returns
  • number of sent LS Rreplies

public long getGnpSentLsReq ()

Returns the number of sent LS Requests.

Returns
  • number of sent LS Requests.

public long getGnpSentShb ()

Returns the number of sent GN SHB packets.

Returns
  • number of sent GN SHB packets.

public long getGnpSentTsb ()

Returns the number of sent GN TSB packets.

Returns
  • number of sent GN TSB packets

public long getSecNotVerified ()

Returns the number of packets with invalid signature.

Returns
  • number of packets with invalid signature

public long getSecSignError ()

Returns the number of signing errors.

Returns
  • number of signing errors

public long getSecSigned ()

Returns the number of signed packets.

Returns
  • number of signed packets

public long getSecVerified ()

Returns the number of verified packets.

Returns
  • number of verified packets

public long getSecVerifyError ()

Returns the number of packet verification errors.

Returns
  • number of packet verification errors

public long getWsmpDropped ()

Returns the number of dropped WSMP packets.

Returns
  • number of dropped WSMP packets.

public long getWsmpReceived ()

Returns the number of received WSMP packets.

Returns
  • number of received WSMP packets

public long getWsmpSent ()

Returns the number of sent WSMP packets.

Returns
  • number of sent WSMP packets.

public int hashCode ()

public void setAppApps (long appApps)

Sets the number of local applications.

Parameters
appApps number of local applications

public void setAppEasClients (long appEasClients)

Sets the number of EAS (TCP) clients.

Parameters
appEasClients number of EAS (TCP) clients

public void setFacDroppedBsms (long facDroppedBsms)

Sets the number of dropped BSM packets.

Parameters
facDroppedBsms number of dropped BSM packets

public void setFacDroppedCams (long facDroppedCams)

Sets the number of dropped CAMs.

Parameters
facDroppedCams number of dropped CAMs

public void setFacDroppedDenms (long facDroppedDenms)

Sets the number of dropped DENMs.

Parameters
facDroppedDenms number of dropped DENMs

public void setFacDroppedMaps (long facDroppedMaps)

Sets the number of dropped MAPs.

Parameters
facDroppedMaps number of dropped MAPs.

public void setFacDroppedSpats (long facDroppedSpats)

Sets the number of dropped SPATs.

Parameters
facDroppedSpats number of dropped SPATs

public void setFacLdm (long facLdm)

Sets the number of LDM objects.

Parameters
facLdm number of LDM objects

public void setFacReceivdedDenms (long facReceivdedDenms)

Sets the number of received DENMs.

Parameters
facReceivdedDenms number of received DENMs.

public void setFacReceivedBsms (long facReceivedBsms)

Sets the number of received BSM packets.

Parameters
facReceivedBsms number of received BSM packets

public void setFacReceivedCams (long facReceivedCams)

Sets the number of received CAMs.

Parameters
facReceivedCams number of received CAMs

public void setFacReceivedMaps (long facReceivedMaps)

Sets the number of received MAPs.

Parameters
facReceivedMaps number of received MAPs

public void setFacReceivedSpats (long facReceivedSpats)

Sets the number of received SPATs.

Parameters
facReceivedSpats number of received SPATs

public void setFacSendCams (long facSendCams)

Sets the number of sent CAMs.

Parameters
facSendCams number of sent CAMs.

public void setFacSendDenms (long facSendDenms)

Sets the number of sent DENMs.

Parameters
facSendDenms number of sent DENMs

public void setFacSendMaps (long facSendMaps)

Sets the number of sent MAPs.

Parameters
facSendMaps number of sent MAPs

public void setFacSentBsms (long facSentBsms)

Sets the number of sent BSM packets.

Parameters
facSentBsms number of sent BSM packets

public void setFacSentSpats (long facSentSpats)

Sets the number of sent SPATs.

Parameters
facSentSpats number of sent SPATs.

public void setGnpDroppedBtp (long gnpDroppedBtp)

Sets the number of dropped BTPs.

Parameters
gnpDroppedBtp number of dropped BTPs.

public void setGnpDroppedGn (long gnpDroppedGn)

Sets the number of dropped GN packets.

Parameters
gnpDroppedGn number of dropped GN packets

public void setGnpForwardedGn (long gnpForwardedGn)

Sets the number of forwarded GN packets.

Parameters
gnpForwardedGn number of forwarded GN packets

public void setGnpLocTIf1 (long gnpLocTIf1)

Sets the number of entries in the GN location table for the first interface.

Parameters
gnpLocTIf1 number of entries in GN location table for the first interface

public void setGnpLocTIf2 (long gnpLocTIf2)

Sets the number of entries in the GN location table for the second interface.

Parameters
gnpLocTIf2 number of entries in GN location table for the second interface

public void setGnpReceivedGac (long gnpReceivedGac)

Sets the number of received GN GAC packets.

Parameters
gnpReceivedGac number of received GN GAC packets

public void setGnpReceivedGbc (long gnpReceivedGbc)

Sets the number of received GN GBC packets.

Parameters
gnpReceivedGbc number of received GN GBC packets

public void setGnpReceivedGuc (long gnpReceivedGuc)

Sets the number of received GN GUC packets.

Parameters
gnpReceivedGuc number of received GN GUC packets

public void setGnpReceivedLsRep (long gnpReceivedLsRep)

Sets the number of received LS replies.

Parameters
gnpReceivedLsRep number of received LS replies

public void setGnpReceivedLsReq (long gnpReceivedLsReq)

Sets the number of received LS requests.

Parameters
gnpReceivedLsReq number of received LS requests

public void setGnpReceivedShb (long gnpReceivedShb)

Sets the number of received GN SHB packets.

Parameters
gnpReceivedShb number of received GN SHB packets.

public void setGnpReceivedTsb (long gnpReceivedTsb)

Sets the number of received GN TSB packets.

Parameters
gnpReceivedTsb number of received GN TSB packets.

public void setGnpSentGac (long gnpSentGac)

Sets the number of sent GN GAC packets.

Parameters
gnpSentGac number of sent GN GAC packets

public void setGnpSentGbc (long gnpSentGbc)

Returns the number of sent GN GBC packets.

Parameters
gnpSentGbc number of sent GN GBC packets

public void setGnpSentGuc (long gnpSentGuc)

Sets the number of sent GN GUC packets.

Parameters
gnpSentGuc number of sent GN GUC packets

public void setGnpSentLsRep (long gnpSentLsRep)

Sets the number of sent LS replies.

Parameters
gnpSentLsRep number of sent LS replies

public void setGnpSentLsReq (long gnpSentLsReq)

Sets the number of sent LS Requests.

Parameters
gnpSentLsReq number of sent LS Requests

public void setGnpSentShb (long gnpSentShb)

Sets the number of sent GN SHB packets.

Parameters
gnpSentShb number of sent SHB packets

public void setGnpSentTsb (long gnpSentTsb)

Sets the number of sent GN TSB packets.

Parameters
gnpSentTsb number of sent GN TSB packets

public void setSecNotVerified (long secNotVerified)

Sets the number of packets with invalid signature.

Parameters
secNotVerified number of packets with invalid signature

public void setSecSignError (long secSignError)

Sets the number of signing errors.

Parameters
secSignError number of signing errors

public void setSecSigned (long secSigned)

Sets the number of signed packets.

Parameters
secSigned number of signed packets

public void setSecVerified (long secVerified)

Sets the number of verified packets

Parameters
secVerified number of verified packets

public void setSecVerifyError (long secVerifyError)

Sets the number of packet verification errors.

Parameters
secVerifyError number of packet verification errors

public void setWsmpDropped (long wsmpDropped)

Sets the number of dropped WSMP packets.

Parameters
wsmpDropped number of dropped WSMP packets

public void setWsmpReceived (long wsmpReceived)

Sets the number of received WSMP packets.

Parameters
wsmpReceived number of received WSMP packets

public void setWsmpSent (long wsmpSent)

Sets the number of sent WSMP packets.

Parameters
wsmpSent number of sent WSMP packets

public String toString ()