public class PrivateMessageTopic
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
groupId |
int |
groupType |
long |
leastSignificantBitsGatewayId |
long |
leastSignificantBitsVehicleId |
byte[] |
message |
long |
mostSignificantBitsGatewayId |
long |
mostSignificantBitsVehicleId |
| Constructor and Description |
|---|
PrivateMessageTopic() |
PrivateMessageTopic(long __f1,
long __f2,
long __f3,
long __f4,
int __f5,
int __f6,
byte[] __f7) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copy(PrivateMessageTopic from) |
public long leastSignificantBitsVehicleId
public long mostSignificantBitsVehicleId
public long leastSignificantBitsGatewayId
public long mostSignificantBitsGatewayId
public int groupId
public int groupType
public byte[] message
public PrivateMessageTopic()
public PrivateMessageTopic(long __f1,
long __f2,
long __f3,
long __f4,
int __f5,
int __f6,
byte[] __f7)
public void clear()
public void copy(PrivateMessageTopic from)