public class MatchInfoData extends Object
Modifier and Type | Field and Description |
---|---|
String |
eventName
Stores the event name.
|
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(String eventName,
String gameSpecificMessage,
int matchNumber,
int replayNumber,
int matchType)
Called from JNI to set the structure data.
|
public String eventName
public String gameSpecificMessage
public int matchNumber
public int replayNumber
public int matchType