public class ClientMessage
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ClientMessage(int clientId)
Instantiates a new client message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClientId()
Gets the client id.
|
void |
setClientId(int clientId)
Sets the client id.
|