Interface PlayerLevelRewardUpdateNotifyOuterClass.PlayerLevelRewardUpdateNotifyOrBuilder

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

public static interface PlayerLevelRewardUpdateNotifyOuterClass.PlayerLevelRewardUpdateNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getLevelList(int index)
    repeated uint32 level_list = 15;
    int
    repeated uint32 level_list = 15;
    repeated uint32 level_list = 15;

    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

    • getLevelListList

      List<Integer> getLevelListList()
      repeated uint32 level_list = 15;
      Returns:
      A list containing the levelList.
    • getLevelListCount

      int getLevelListCount()
      repeated uint32 level_list = 15;
      Returns:
      The count of levelList.
    • getLevelList

      int getLevelList(int index)
      repeated uint32 level_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The levelList at the given index.