java.lang.Object | |
↳ | com.commsignia.v2x.client.model.ProfilingRequestResults |
Represents the results of a profiling request.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance.
Sets the idle CPU time of the app subsystem.
Returns the CPU time consumed by the interrupt service routine of the app subsystem.
Returns the total CPU time consumed by the app subsystem.
Returns the CPU time consumed by the V2X stack of the app subsystem.
Returns the idle CPU time of the facility subsystem.
Returns the CPU time consumed by the interrupt service routine of the facility subsystem.
Returns the total CPU time consumed by the facility subsystem.
Returns the CPU time consumed by the V2X stack of the facility subsystem.
Returns the idle CPU time of the net subsystem.
Returns the CPU time consumed by the interrupt service routine of the net subsystem.
Returns the total CPU time consumed by the net subsystem.
Returns the CPU time consumed by the V2X stack of the net subsystem.
Returns the number of packets per second.
Sets the idle CPU time of the app subsystem.
appIdle | idle CPU time of the app subsystem in 0.1 percents |
---|
Sets the CPU time consumed by the interrupt service routine of the app subsystem.
appIsr | CPU time consumed by the interrupt service routine of the app subsystem in 0.1 percents |
---|
Sets the total CPU time consumed by the app subsystem.
appTotal | total CPU time consumed by the app subsystem in 0.1 percents |
---|
Sets the CPU time consumed by the V2X stack of the app subsystem.
appV2x | CPU time consumed by the V2X stack of the app subsystem in 0.1 percents |
---|
Sets the idle CPU time of the facility subsystem.
facIdle | idle CPU time of the facility subsystem in units 0.1 percents. |
---|
Sets the CPU time consumed by the interrupt service routine of the facility subsystem.
facIsr | CPU time consumed by the interrupt service routine of the facility subsystem in 0.1 percents |
---|
Sets the total CPU time consumed by the facility subsystem.
facTotal | total CPU time consumed by the facility subsystem in 0.1 percents |
---|
Sets the CPU time consumed by the V2X stack of the facility subsystem.
facV2x | CPU time consumed by the V2X stack of the facility subsystem in 0.1 percents |
---|
Sets the idle CPU time of the net subsystem.
netIdle | idle time of the net subsystem in units of 0.1 percents |
---|
Sets the CPU time consumed by the interrupt service routine of the net subsystem.
netIsr | CPU time consumed by the interrupt service routine of the net subsystem in units of 0.1 percents |
---|
Sets the total CPU time consumed by the net subsystem.
netTotal | total CPU time consumed by the net subsystem in units of 0.1 percents. |
---|
Sets the CPU time consumed by the V2X stack of the net subsystem.
netV2x | CPU time consumed by the V2X stack of the net subsystem in units of 0.1 percents |
---|
Sets the number of packets per second.
v2xPps | number of packets per second |
---|