Interface UnlockedFurnitureFormulaDataNotifyOuterClass.UnlockedFurnitureFormulaDataNotifyOrBuilder

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

public static interface UnlockedFurnitureFormulaDataNotifyOuterClass.UnlockedFurnitureFormulaDataNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getFurnitureIdList(int index)
    repeated uint32 furniture_id_list = 3;
    int
    repeated uint32 furniture_id_list = 3;
    repeated uint32 furniture_id_list = 3;
    boolean
    bool is_all = 7;

    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

    • getFurnitureIdListList

      List<Integer> getFurnitureIdListList()
      repeated uint32 furniture_id_list = 3;
      Returns:
      A list containing the furnitureIdList.
    • getFurnitureIdListCount

      int getFurnitureIdListCount()
      repeated uint32 furniture_id_list = 3;
      Returns:
      The count of furnitureIdList.
    • getFurnitureIdList

      int getFurnitureIdList(int index)
      repeated uint32 furniture_id_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The furnitureIdList at the given index.
    • getIsAll

      boolean getIsAll()
      bool is_all = 7;
      Returns:
      The isAll.