Interface HomeGetBlueprintSlotInfoRspOuterClass.HomeGetBlueprintSlotInfoRspOrBuilder

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

public static interface HomeGetBlueprintSlotInfoRspOuterClass.HomeGetBlueprintSlotInfoRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDeleteSlotIdListList

      List<Integer> getDeleteSlotIdListList()
      repeated uint32 delete_slot_id_list = 1;
      Returns:
      A list containing the deleteSlotIdList.
    • getDeleteSlotIdListCount

      int getDeleteSlotIdListCount()
      repeated uint32 delete_slot_id_list = 1;
      Returns:
      The count of deleteSlotIdList.
    • getDeleteSlotIdList

      int getDeleteSlotIdList(int index)
      repeated uint32 delete_slot_id_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The deleteSlotIdList at the given index.
    • getSlotInfoListList

      repeated .HomeBlueprintSlotInfo slot_info_list = 15;
    • getSlotInfoList

      repeated .HomeBlueprintSlotInfo slot_info_list = 15;
    • getSlotInfoListCount

      int getSlotInfoListCount()
      repeated .HomeBlueprintSlotInfo slot_info_list = 15;
    • getSlotInfoListOrBuilderList

      List<? extends HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfoOrBuilder> getSlotInfoListOrBuilderList()
      repeated .HomeBlueprintSlotInfo slot_info_list = 15;
    • getSlotInfoListOrBuilder

      repeated .HomeBlueprintSlotInfo slot_info_list = 15;
    • getRetcode

      int getRetcode()
      int32 retcode = 7;
      Returns:
      The retcode.