Interface DungeonChallengeBeginNotifyOuterClass.DungeonChallengeBeginNotifyOrBuilder

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

public static interface DungeonChallengeBeginNotifyOuterClass.DungeonChallengeBeginNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 challenge_id = 8;
    int
    uint32 challenge_index = 4;
    int
    uint32 father_index = 10;
    int
    uint32 group_id = 7;
    int
    getParamList(int index)
    repeated uint32 param_list = 12;
    int
    repeated uint32 param_list = 12;
    repeated uint32 param_list = 12;
    int
    getUidList(int index)
    repeated uint32 uid_list = 13;
    int
    repeated uint32 uid_list = 13;
    repeated uint32 uid_list = 13;

    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

    • getChallengeId

      int getChallengeId()
      uint32 challenge_id = 8;
      Returns:
      The challengeId.
    • getFatherIndex

      int getFatherIndex()
      uint32 father_index = 10;
      Returns:
      The fatherIndex.
    • getUidListList

      List<Integer> getUidListList()
      repeated uint32 uid_list = 13;
      Returns:
      A list containing the uidList.
    • getUidListCount

      int getUidListCount()
      repeated uint32 uid_list = 13;
      Returns:
      The count of uidList.
    • getUidList

      int getUidList(int index)
      repeated uint32 uid_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The uidList at the given index.
    • getGroupId

      int getGroupId()
      uint32 group_id = 7;
      Returns:
      The groupId.
    • getParamListList

      List<Integer> getParamListList()
      repeated uint32 param_list = 12;
      Returns:
      A list containing the paramList.
    • getParamListCount

      int getParamListCount()
      repeated uint32 param_list = 12;
      Returns:
      The count of paramList.
    • getParamList

      int getParamList(int index)
      repeated uint32 param_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.
    • getChallengeIndex

      int getChallengeIndex()
      uint32 challenge_index = 4;
      Returns:
      The challengeIndex.