public class PartyDataSendMessage
extends java.lang.Object
| Constructor and Description |
|---|
PartyDataSendMessage(java.lang.String partyId,
int opCode,
byte[] data)
Creates a new
PartyDataSendMessage instance. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
byte[] |
getData()
Data payload, if any
|
int |
getOpCode()
Op code value.
|
java.lang.String |
getPartyId()
The party ID to send data to.
|
int |
hashCode() |
java.lang.String |
toString() |
public PartyDataSendMessage(java.lang.String partyId,
int opCode,
byte[] data)
PartyDataSendMessage instance.partyId - The party ID to send data to.opCode - Op code value.data - Data payload, if anypublic java.lang.String getPartyId()
public int getOpCode()
public byte[] getData()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object