public class LoadReportTopic
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte |
cpuUsage |
int |
freeMemory |
long |
leastSignificantBitsParticipantId |
long |
mostSignificantBitsParticipantId |
int |
numberOfConnectedVehicles |
java.lang.String |
participantIp |
byte |
participantType |
| Constructor and Description |
|---|
LoadReportTopic() |
LoadReportTopic(long __f1,
long __f2,
byte __f3,
byte __f4,
int __f5,
int __f6,
java.lang.String __f7) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copy(LoadReportTopic from) |
public long leastSignificantBitsParticipantId
public long mostSignificantBitsParticipantId
public byte participantType
public byte cpuUsage
public int freeMemory
public int numberOfConnectedVehicles
public java.lang.String participantIp
public LoadReportTopic()
public LoadReportTopic(long __f1,
long __f2,
byte __f3,
byte __f4,
int __f5,
int __f6,
java.lang.String __f7)
public void clear()
public void copy(LoadReportTopic from)