Interface PublishCustomDungeonReqOuterClass.PublishCustomDungeonReqOrBuilder

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

public static interface PublishCustomDungeonReqOuterClass.PublishCustomDungeonReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 dungeon_guid = 6;
    int
    getTagList(int index)
    repeated uint32 tag_list = 9;
    int
    repeated uint32 tag_list = 9;
    repeated uint32 tag_list = 9;

    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

    • getDungeonGuid

      long getDungeonGuid()
      uint64 dungeon_guid = 6;
      Returns:
      The dungeonGuid.
    • getTagListList

      List<Integer> getTagListList()
      repeated uint32 tag_list = 9;
      Returns:
      A list containing the tagList.
    • getTagListCount

      int getTagListCount()
      repeated uint32 tag_list = 9;
      Returns:
      The count of tagList.
    • getTagList

      int getTagList(int index)
      repeated uint32 tag_list = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tagList at the given index.