Interface ServerCondMeetQuestListUpdateNotifyOuterClass.ServerCondMeetQuestListUpdateNotifyOrBuilder

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

public static interface ServerCondMeetQuestListUpdateNotifyOuterClass.ServerCondMeetQuestListUpdateNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getAddQuestIdList(int index)
    repeated uint32 add_quest_id_list = 10;
    int
    repeated uint32 add_quest_id_list = 10;
    repeated uint32 add_quest_id_list = 10;
    int
    getDelQuestIdList(int index)
    repeated uint32 del_quest_id_list = 4;
    int
    repeated uint32 del_quest_id_list = 4;
    repeated uint32 del_quest_id_list = 4;

    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

    • getAddQuestIdListList

      List<Integer> getAddQuestIdListList()
      repeated uint32 add_quest_id_list = 10;
      Returns:
      A list containing the addQuestIdList.
    • getAddQuestIdListCount

      int getAddQuestIdListCount()
      repeated uint32 add_quest_id_list = 10;
      Returns:
      The count of addQuestIdList.
    • getAddQuestIdList

      int getAddQuestIdList(int index)
      repeated uint32 add_quest_id_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The addQuestIdList at the given index.
    • getDelQuestIdListList

      List<Integer> getDelQuestIdListList()
      repeated uint32 del_quest_id_list = 4;
      Returns:
      A list containing the delQuestIdList.
    • getDelQuestIdListCount

      int getDelQuestIdListCount()
      repeated uint32 del_quest_id_list = 4;
      Returns:
      The count of delQuestIdList.
    • getDelQuestIdList

      int getDelQuestIdList(int index)
      repeated uint32 del_quest_id_list = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The delQuestIdList at the given index.