Interface PullRecentChatReqOuterClass.PullRecentChatReqOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PullRecentChatReqOuterClass.PullRecentChatReq, PullRecentChatReqOuterClass.PullRecentChatReq.Builder
Enclosing class:
PullRecentChatReqOuterClass

public static interface PullRecentChatReqOuterClass.PullRecentChatReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 begin_sequence = 15;
    int
    uint32 pull_num = 3;

    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 Details

    • getPullNum

      int getPullNum()
      uint32 pull_num = 3;
      Returns:
      The pullNum.
    • getBeginSequence

      int getBeginSequence()
      uint32 begin_sequence = 15;
      Returns:
      The beginSequence.