Interface Log.TimeoutLogOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Log.TimeoutLog, Log.TimeoutLog.Builder
    Enclosing class:
    Log

    public static interface Log.TimeoutLogOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMsgId()
      int32 msgId = 3;
      int getSeq()
      int32 seq = 4;
      int getServiceId()
      int32 serviceId = 1;
      int getSubId()
      int32 subId = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getServiceId

        int getServiceId()
        int32 serviceId = 1;
        Returns:
        The serviceId.
      • getSubId

        int getSubId()
        int32 subId = 2;
        Returns:
        The subId.
      • getMsgId

        int getMsgId()
        int32 msgId = 3;
        Returns:
        The msgId.
      • getSeq

        int getSeq()
        int32 seq = 4;
        Returns:
        The seq.