public class

ProfilingRequestResults

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

Class Overview

Represents the results of a profiling request.

Summary

Public Constructors
ProfilingRequestResults()
Creates a new instance.
Public Methods
boolean equals(Object o)
long getAppIdle()
Sets the idle CPU time of the app subsystem.
long getAppIsr()
Returns the CPU time consumed by the interrupt service routine of the app subsystem.
long getAppTotal()
Returns the total CPU time consumed by the app subsystem.
long getAppV2x()
Returns the CPU time consumed by the V2X stack of the app subsystem.
long getFacIdle()
Returns the idle CPU time of the facility subsystem.
long getFacIsr()
Returns the CPU time consumed by the interrupt service routine of the facility subsystem.
long getFacTotal()
Returns the total CPU time consumed by the facility subsystem.
long getFacV2x()
Returns the CPU time consumed by the V2X stack of the facility subsystem.
long getNetIdle()
Returns the idle CPU time of the net subsystem.
long getNetIsr()
Returns the CPU time consumed by the interrupt service routine of the net subsystem.
long getNetTotal()
Returns the total CPU time consumed by the net subsystem.
long getNetV2x()
Returns the CPU time consumed by the V2X stack of the net subsystem.
long getV2xPps()
Returns the number of packets per second.
int hashCode()
void setAppIdle(long appIdle)
Sets the idle CPU time of the app subsystem.
void setAppIsr(long appIsr)
Sets the CPU time consumed by the interrupt service routine of the app subsystem.
void setAppTotal(long appTotal)
Sets the total CPU time consumed by the app subsystem.
void setAppV2x(long appV2x)
Sets the CPU time consumed by the V2X stack of the app subsystem.
void setFacIdle(long facIdle)
Sets the idle CPU time of the facility subsystem.
void setFacIsr(long facIsr)
Sets the CPU time consumed by the interrupt service routine of the facility subsystem.
void setFacTotal(long facTotal)
Sets the total CPU time consumed by the facility subsystem.
void setFacV2x(long facV2x)
Sets the CPU time consumed by the V2X stack of the facility subsystem.
void setNetIdle(long netIdle)
Sets the idle CPU time of the net subsystem.
void setNetIsr(long netIsr)
Sets the CPU time consumed by the interrupt service routine of the net subsystem.
void setNetTotal(long netTotal)
Sets the total CPU time consumed by the net subsystem.
void setNetV2x(long netV2x)
Sets the CPU time consumed by the V2X stack of the net subsystem.
void setV2xPps(long v2xPps)
Sets the number of packets per second.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ProfilingRequestResults ()

Creates a new instance.

Public Methods

public boolean equals (Object o)

public long getAppIdle ()

Sets the idle CPU time of the app subsystem.

Returns
  • idle CPU time of the app subsystem in 0.1 percents

public long getAppIsr ()

Returns the CPU time consumed by the interrupt service routine of the app subsystem.

Returns
  • CPU time consumed by the interrupt service routine of the app subsystem in 0.1 percents

public long getAppTotal ()

Returns the total CPU time consumed by the app subsystem.

Returns
  • total CPU time consumed by the app subsystem in 0.1 percents

public long getAppV2x ()

Returns the CPU time consumed by the V2X stack of the app subsystem.

Returns
  • CPU time consumed by the V2X stack of the app subsystem in 0.1 percents

public long getFacIdle ()

Returns the idle CPU time of the facility subsystem.

Returns
  • idle CPU time of the facility subsystem in units 0.1 percents.

public long getFacIsr ()

Returns the CPU time consumed by the interrupt service routine of the facility subsystem.

Returns
  • CPU time consumed by the interrupt service routine of the facility subsystem in 0.1 percents

public long getFacTotal ()

Returns the total CPU time consumed by the facility subsystem.

Returns
  • total CPU time consumed by the facility subsystem in 0.1 percents

public long getFacV2x ()

Returns the CPU time consumed by the V2X stack of the facility subsystem.

Returns
  • CPU time consumed by the V2X stack of the facility subsystem in 0.1 percents

public long getNetIdle ()

Returns the idle CPU time of the net subsystem.

Returns
  • idle time of the net subsystem in units of 0.1 percents

public long getNetIsr ()

Returns the CPU time consumed by the interrupt service routine of the net subsystem.

Returns
  • CPU time consumed by the interrupt service routine of the net subsystem in units of 0.1 percents

public long getNetTotal ()

Returns the total CPU time consumed by the net subsystem.

Returns
  • total CPU time consumed by the net subsystem in units of 0.1 percents

public long getNetV2x ()

Returns the CPU time consumed by the V2X stack of the net subsystem.

Returns
  • CPU time consumed by the V2X stack of the net subsystem in units of 0.1 percents

public long getV2xPps ()

Returns the number of packets per second.

Returns
  • number of packets per second

public int hashCode ()

public void setAppIdle (long appIdle)

Sets the idle CPU time of the app subsystem.

Parameters
appIdle idle CPU time of the app subsystem in 0.1 percents

public void setAppIsr (long appIsr)

Sets the CPU time consumed by the interrupt service routine of the app subsystem.

Parameters
appIsr CPU time consumed by the interrupt service routine of the app subsystem in 0.1 percents

public void setAppTotal (long appTotal)

Sets the total CPU time consumed by the app subsystem.

Parameters
appTotal total CPU time consumed by the app subsystem in 0.1 percents

public void setAppV2x (long appV2x)

Sets the CPU time consumed by the V2X stack of the app subsystem.

Parameters
appV2x CPU time consumed by the V2X stack of the app subsystem in 0.1 percents

public void setFacIdle (long facIdle)

Sets the idle CPU time of the facility subsystem.

Parameters
facIdle idle CPU time of the facility subsystem in units 0.1 percents.

public void setFacIsr (long facIsr)

Sets the CPU time consumed by the interrupt service routine of the facility subsystem.

Parameters
facIsr CPU time consumed by the interrupt service routine of the facility subsystem in 0.1 percents

public void setFacTotal (long facTotal)

Sets the total CPU time consumed by the facility subsystem.

Parameters
facTotal total CPU time consumed by the facility subsystem in 0.1 percents

public void setFacV2x (long facV2x)

Sets the CPU time consumed by the V2X stack of the facility subsystem.

Parameters
facV2x CPU time consumed by the V2X stack of the facility subsystem in 0.1 percents

public void setNetIdle (long netIdle)

Sets the idle CPU time of the net subsystem.

Parameters
netIdle idle time of the net subsystem in units of 0.1 percents

public void setNetIsr (long netIsr)

Sets the CPU time consumed by the interrupt service routine of the net subsystem.

Parameters
netIsr CPU time consumed by the interrupt service routine of the net subsystem in units of 0.1 percents

public void setNetTotal (long netTotal)

Sets the total CPU time consumed by the net subsystem.

Parameters
netTotal total CPU time consumed by the net subsystem in units of 0.1 percents.

public void setNetV2x (long netV2x)

Sets the CPU time consumed by the V2X stack of the net subsystem.

Parameters
netV2x CPU time consumed by the V2X stack of the net subsystem in units of 0.1 percents

public void setV2xPps (long v2xPps)

Sets the number of packets per second.

Parameters
v2xPps number of packets per second

public String toString ()