Interface GetQuestTalkHistoryRspOuterClass.GetQuestTalkHistoryRspOrBuilder

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

public static interface GetQuestTalkHistoryRspOuterClass.GetQuestTalkHistoryRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 parent_quest_id = 9;
    int
    int32 retcode = 14;
    int
    getTalkIdList(int index)
    repeated uint32 talk_id_list = 5;
    int
    repeated uint32 talk_id_list = 5;
    repeated uint32 talk_id_list = 5;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 14;
      Returns:
      The retcode.
    • getParentQuestId

      int getParentQuestId()
      uint32 parent_quest_id = 9;
      Returns:
      The parentQuestId.
    • getTalkIdListList

      List<Integer> getTalkIdListList()
      repeated uint32 talk_id_list = 5;
      Returns:
      A list containing the talkIdList.
    • getTalkIdListCount

      int getTalkIdListCount()
      repeated uint32 talk_id_list = 5;
      Returns:
      The count of talkIdList.
    • getTalkIdList

      int getTalkIdList(int index)
      repeated uint32 talk_id_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The talkIdList at the given index.