Package com.nhn.gameanvil.protocol
Class Log.EventLog
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.nhn.gameanvil.protocol.Log.EventLog
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Log.EventLogOrBuilder
,java.io.Serializable
- Enclosing class:
- Log
public static final class Log.EventLog extends com.google.protobuf.GeneratedMessageV3 implements Log.EventLogOrBuilder
Protobuf typecom.nhn.gameanvil.protocol.EventLog
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Log.EventLog.Builder
Protobuf typecom.nhn.gameanvil.protocol.EventLog
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTORID_FIELD_NUMBER
static int
CONNECTIONLOG_FIELD_NUMBER
static int
CUSTOMLOG_FIELD_NUMBER
static int
EXCEPTIONLOG_FIELD_NUMBER
static int
PACKETLOG_FIELD_NUMBER
static int
STATEINDEX_FIELD_NUMBER
static int
STATELOG_FIELD_NUMBER
static int
TIMEELAPSED_FIELD_NUMBER
static int
TIMEOUTLOG_FIELD_NUMBER
static int
TIMERLOG_FIELD_NUMBER
static int
TYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
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;
static Log.EventLog
getDefaultInstance()
Log.EventLog
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
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;
com.google.protobuf.Parser<Log.EventLog>
getParserForType()
int
getSerializedSize()
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;
int
hashCode()
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;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Log.EventLog.Builder
newBuilder()
static Log.EventLog.Builder
newBuilder(Log.EventLog prototype)
Log.EventLog.Builder
newBuilderForType()
protected Log.EventLog.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Log.EventLog
parseDelimitedFrom(java.io.InputStream input)
static Log.EventLog
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Log.EventLog
parseFrom(byte[] data)
static Log.EventLog
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Log.EventLog
parseFrom(com.google.protobuf.ByteString data)
static Log.EventLog
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Log.EventLog
parseFrom(com.google.protobuf.CodedInputStream input)
static Log.EventLog
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Log.EventLog
parseFrom(java.io.InputStream input)
static Log.EventLog
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Log.EventLog
parseFrom(java.nio.ByteBuffer data)
static Log.EventLog
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Log.EventLog>
parser()
Log.EventLog.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ACTORID_FIELD_NUMBER
public static final int ACTORID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATEINDEX_FIELD_NUMBER
public static final int STATEINDEX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMEELAPSED_FIELD_NUMBER
public static final int TIMEELAPSED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATELOG_FIELD_NUMBER
public static final int STATELOG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONNECTIONLOG_FIELD_NUMBER
public static final int CONNECTIONLOG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PACKETLOG_FIELD_NUMBER
public static final int PACKETLOG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMERLOG_FIELD_NUMBER
public static final int TIMERLOG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOMLOG_FIELD_NUMBER
public static final int CUSTOMLOG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXCEPTIONLOG_FIELD_NUMBER
public static final int EXCEPTIONLOG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMEOUTLOG_FIELD_NUMBER
public static final int TIMEOUTLOG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getActorId
public int getActorId()
int32 actorId = 1;
- Specified by:
getActorId
in interfaceLog.EventLogOrBuilder
- Returns:
- The actorId.
-
getStateIndex
public int getStateIndex()
int32 stateIndex = 2;
- Specified by:
getStateIndex
in interfaceLog.EventLogOrBuilder
- Returns:
- The stateIndex.
-
getTimeElapsed
public int getTimeElapsed()
int32 timeElapsed = 3;
- Specified by:
getTimeElapsed
in interfaceLog.EventLogOrBuilder
- Returns:
- The timeElapsed.
-
getType
public int getType()
int32 type = 4;
- Specified by:
getType
in interfaceLog.EventLogOrBuilder
- Returns:
- The type.
-
hasStateLog
public boolean hasStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
- Specified by:
hasStateLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the stateLog field is set.
-
getStateLog
public Log.StateLog getStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
- Specified by:
getStateLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The stateLog.
-
getStateLogOrBuilder
public Log.StateLogOrBuilder getStateLogOrBuilder()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
- Specified by:
getStateLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasConnectionLog
public boolean hasConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
- Specified by:
hasConnectionLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the connectionLog field is set.
-
getConnectionLog
public Log.ConnectionLog getConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
- Specified by:
getConnectionLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The connectionLog.
-
getConnectionLogOrBuilder
public Log.ConnectionLogOrBuilder getConnectionLogOrBuilder()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
- Specified by:
getConnectionLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasPacketLog
public boolean hasPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
- Specified by:
hasPacketLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the packetLog field is set.
-
getPacketLog
public Log.PacketLog getPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
- Specified by:
getPacketLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The packetLog.
-
getPacketLogOrBuilder
public Log.PacketLogOrBuilder getPacketLogOrBuilder()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
- Specified by:
getPacketLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasTimerLog
public boolean hasTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
- Specified by:
hasTimerLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the timerLog field is set.
-
getTimerLog
public Log.TimerLog getTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
- Specified by:
getTimerLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The timerLog.
-
getTimerLogOrBuilder
public Log.TimerLogOrBuilder getTimerLogOrBuilder()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
- Specified by:
getTimerLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasCustomLog
public boolean hasCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
- Specified by:
hasCustomLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the customLog field is set.
-
getCustomLog
public Log.CustomLog getCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
- Specified by:
getCustomLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The customLog.
-
getCustomLogOrBuilder
public Log.CustomLogOrBuilder getCustomLogOrBuilder()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
- Specified by:
getCustomLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasExceptionLog
public boolean hasExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
- Specified by:
hasExceptionLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the exceptionLog field is set.
-
getExceptionLog
public Log.ExceptionLog getExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
- Specified by:
getExceptionLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The exceptionLog.
-
getExceptionLogOrBuilder
public Log.ExceptionLogOrBuilder getExceptionLogOrBuilder()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
- Specified by:
getExceptionLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasTimeoutLog
public boolean hasTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
- Specified by:
hasTimeoutLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the timeoutLog field is set.
-
getTimeoutLog
public Log.TimeoutLog getTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
- Specified by:
getTimeoutLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The timeoutLog.
-
getTimeoutLogOrBuilder
public Log.TimeoutLogOrBuilder getTimeoutLogOrBuilder()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
- Specified by:
getTimeoutLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Log.EventLog parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Log.EventLog parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Log.EventLog parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Log.EventLog parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Log.EventLog parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Log.EventLog parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Log.EventLog parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Log.EventLog parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Log.EventLog parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Log.EventLog parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Log.EventLog parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Log.EventLog parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public Log.EventLog.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Log.EventLog.Builder newBuilder()
-
newBuilder
public static Log.EventLog.Builder newBuilder(Log.EventLog prototype)
-
toBuilder
public Log.EventLog.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Log.EventLog.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Log.EventLog getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Log.EventLog> parser()
-
getParserForType
public com.google.protobuf.Parser<Log.EventLog> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Log.EventLog getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-