Interface UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotifyOrBuilder

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

public static interface UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 furniture_suite_id_list = 15;
    int
    repeated uint32 furniture_suite_id_list = 15;
    repeated uint32 furniture_suite_id_list = 15;
    boolean
    bool is_all = 1;

    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

    • getFurnitureSuiteIdListList

      List<Integer> getFurnitureSuiteIdListList()
      repeated uint32 furniture_suite_id_list = 15;
      Returns:
      A list containing the furnitureSuiteIdList.
    • getFurnitureSuiteIdListCount

      int getFurnitureSuiteIdListCount()
      repeated uint32 furniture_suite_id_list = 15;
      Returns:
      The count of furnitureSuiteIdList.
    • getFurnitureSuiteIdList

      int getFurnitureSuiteIdList(int index)
      repeated uint32 furniture_suite_id_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The furnitureSuiteIdList at the given index.
    • getIsAll

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