Package com.nhn.gameanvil.protocol
Interface Log.EventLogOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Log.EventLog
,Log.EventLog.Builder
- Enclosing class:
- Log
public static interface Log.EventLogOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getActorId()
int32 actorId = 1;
Log.ConnectionLog
getConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
Log.ConnectionLogOrBuilder
getConnectionLogOrBuilder()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
Log.CustomLog
getCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
Log.CustomLogOrBuilder
getCustomLogOrBuilder()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
Log.ExceptionLog
getExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
Log.ExceptionLogOrBuilder
getExceptionLogOrBuilder()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
Log.PacketLog
getPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
Log.PacketLogOrBuilder
getPacketLogOrBuilder()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
int
getStateIndex()
int32 stateIndex = 2;
Log.StateLog
getStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
Log.StateLogOrBuilder
getStateLogOrBuilder()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
int
getTimeElapsed()
int32 timeElapsed = 3;
Log.TimeoutLog
getTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
Log.TimeoutLogOrBuilder
getTimeoutLogOrBuilder()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
Log.TimerLog
getTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
Log.TimerLogOrBuilder
getTimerLogOrBuilder()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
int
getType()
int32 type = 4;
boolean
hasConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
boolean
hasCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
boolean
hasExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
boolean
hasPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
boolean
hasStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
boolean
hasTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
boolean
hasTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getActorId
int getActorId()
int32 actorId = 1;
- Returns:
- The actorId.
-
getStateIndex
int getStateIndex()
int32 stateIndex = 2;
- Returns:
- The stateIndex.
-
getTimeElapsed
int getTimeElapsed()
int32 timeElapsed = 3;
- Returns:
- The timeElapsed.
-
getType
int getType()
int32 type = 4;
- Returns:
- The type.
-
hasStateLog
boolean hasStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
- Returns:
- Whether the stateLog field is set.
-
getStateLog
Log.StateLog getStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
- Returns:
- The stateLog.
-
getStateLogOrBuilder
Log.StateLogOrBuilder getStateLogOrBuilder()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
-
hasConnectionLog
boolean hasConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
- Returns:
- Whether the connectionLog field is set.
-
getConnectionLog
Log.ConnectionLog getConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
- Returns:
- The connectionLog.
-
getConnectionLogOrBuilder
Log.ConnectionLogOrBuilder getConnectionLogOrBuilder()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
-
hasPacketLog
boolean hasPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
- Returns:
- Whether the packetLog field is set.
-
getPacketLog
Log.PacketLog getPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
- Returns:
- The packetLog.
-
getPacketLogOrBuilder
Log.PacketLogOrBuilder getPacketLogOrBuilder()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
-
hasTimerLog
boolean hasTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
- Returns:
- Whether the timerLog field is set.
-
getTimerLog
Log.TimerLog getTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
- Returns:
- The timerLog.
-
getTimerLogOrBuilder
Log.TimerLogOrBuilder getTimerLogOrBuilder()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
-
hasCustomLog
boolean hasCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
- Returns:
- Whether the customLog field is set.
-
getCustomLog
Log.CustomLog getCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
- Returns:
- The customLog.
-
getCustomLogOrBuilder
Log.CustomLogOrBuilder getCustomLogOrBuilder()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
-
hasExceptionLog
boolean hasExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
- Returns:
- Whether the exceptionLog field is set.
-
getExceptionLog
Log.ExceptionLog getExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
- Returns:
- The exceptionLog.
-
getExceptionLogOrBuilder
Log.ExceptionLogOrBuilder getExceptionLogOrBuilder()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
-
hasTimeoutLog
boolean hasTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
- Returns:
- Whether the timeoutLog field is set.
-
getTimeoutLog
Log.TimeoutLog getTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
- Returns:
- The timeoutLog.
-
getTimeoutLogOrBuilder
Log.TimeoutLogOrBuilder getTimeoutLogOrBuilder()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
-
-