@Structure.FieldOrder(value={"ApiVersion","LeaderboardId","StatName","Aggregation","StartTime","EndTime"})
public class EOS_Leaderboards_Definition
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Leaderboards_Definition.ByReference |
static class |
EOS_Leaderboards_Definition.ByValue |
| Modifier and Type | Field and Description |
|---|---|
EOS_ELeaderboardAggregation |
Aggregation
Aggregation used to sort leaderboard.
|
int |
ApiVersion
API Version: Set this to
EOS_LEADERBOARDS_DEFINITION_API_LATEST. |
long |
EndTime
The POSIX timestamp for the end time, or
EOS_Leaderboards_QueryLeaderboardDefinitionsOptions.EOS_LEADERBOARDS_TIME_UNDEFINED. |
static int |
EOS_LEADERBOARDS_DEFINITION_API_LATEST
The most recent version of the EOS_Leaderboards_Definition struct.
|
java.lang.String |
LeaderboardId
Unique ID to identify leaderboard.
|
long |
StartTime
The POSIX timestamp for the start time, or
EOS_Leaderboards_QueryLeaderboardDefinitionsOptions.EOS_LEADERBOARDS_TIME_UNDEFINED. |
java.lang.String |
StatName
Name of stat used to rank leaderboard.
|
| Constructor and Description |
|---|
EOS_Leaderboards_Definition() |
EOS_Leaderboards_Definition(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Release the memory associated with leaderboard record.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static final int EOS_LEADERBOARDS_DEFINITION_API_LATEST
public int ApiVersion
EOS_LEADERBOARDS_DEFINITION_API_LATEST.public java.lang.String LeaderboardId
public java.lang.String StatName
public EOS_ELeaderboardAggregation Aggregation
public long StartTime
EOS_Leaderboards_QueryLeaderboardDefinitionsOptions.EOS_LEADERBOARDS_TIME_UNDEFINED.public long EndTime
EOS_Leaderboards_QueryLeaderboardDefinitionsOptions.EOS_LEADERBOARDS_TIME_UNDEFINED.public EOS_Leaderboards_Definition()
public EOS_Leaderboards_Definition(com.sun.jna.Pointer peer)
public void release()
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception