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 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;