public class MatchInfoData extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
eventName
Stores the event name.
|
java.lang.String |
gameSpecificMessage
Stores the game specific message.
|
int |
matchNumber
Stores the match number.
|
int |
matchType
Stores the match type.
|
int |
replayNumber
Stores the replay number.
|
Constructor and Description |
---|
MatchInfoData() |
Modifier and Type | Method and Description |
---|---|
void |
setData(java.lang.String eventName,
java.lang.String gameSpecificMessage,
int matchNumber,
int replayNumber,
int matchType)
Called from JNI to set the structure data.
|
public java.lang.String eventName
public java.lang.String gameSpecificMessage
public int matchNumber
public int replayNumber
public int matchType
public MatchInfoData()
public void setData(java.lang.String eventName, java.lang.String gameSpecificMessage, int matchNumber, int replayNumber, int matchType)