Interface DestroyMaterialRspOuterClass.DestroyMaterialRspOrBuilder

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

public static interface DestroyMaterialRspOuterClass.DestroyMaterialRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getItemCountList(int index)
    repeated uint32 item_count_list = 13;
    int
    repeated uint32 item_count_list = 13;
    repeated uint32 item_count_list = 13;
    int
    getItemIdList(int index)
    repeated uint32 item_id_list = 3;
    int
    repeated uint32 item_id_list = 3;
    repeated uint32 item_id_list = 3;
    int
    int32 retcode = 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

    • getRetcode

      int getRetcode()
      int32 retcode = 15;
      Returns:
      The retcode.
    • getItemIdListList

      List<Integer> getItemIdListList()
      repeated uint32 item_id_list = 3;
      Returns:
      A list containing the itemIdList.
    • getItemIdListCount

      int getItemIdListCount()
      repeated uint32 item_id_list = 3;
      Returns:
      The count of itemIdList.
    • getItemIdList

      int getItemIdList(int index)
      repeated uint32 item_id_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The itemIdList at the given index.
    • getItemCountListList

      List<Integer> getItemCountListList()
      repeated uint32 item_count_list = 13;
      Returns:
      A list containing the itemCountList.
    • getItemCountListCount

      int getItemCountListCount()
      repeated uint32 item_count_list = 13;
      Returns:
      The count of itemCountList.
    • getItemCountList

      int getItemCountList(int index)
      repeated uint32 item_count_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The itemCountList at the given index.