Interface HomeGetArrangementInfoReqOuterClass.HomeGetArrangementInfoReqOrBuilder

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

public static interface HomeGetArrangementInfoReqOuterClass.HomeGetArrangementInfoReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getSceneIdList(int index)
    repeated uint32 scene_id_list = 3;
    int
    repeated uint32 scene_id_list = 3;
    repeated uint32 scene_id_list = 3;

    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

    • getSceneIdListList

      List<Integer> getSceneIdListList()
      repeated uint32 scene_id_list = 3;
      Returns:
      A list containing the sceneIdList.
    • getSceneIdListCount

      int getSceneIdListCount()
      repeated uint32 scene_id_list = 3;
      Returns:
      The count of sceneIdList.
    • getSceneIdList

      int getSceneIdList(int index)
      repeated uint32 scene_id_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The sceneIdList at the given index.