Interface ItemGivingReqOuterClass.ItemGivingReqOrBuilder

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

public static interface ItemGivingReqOuterClass.ItemGivingReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getItemGuidCountMapCount

      int getItemGuidCountMapCount()
      map<uint64, uint32> item_guid_count_map = 10;
    • containsItemGuidCountMap

      boolean containsItemGuidCountMap(long key)
      map<uint64, uint32> item_guid_count_map = 10;
    • getItemGuidCountMap

      @Deprecated Map<Long,Integer> getItemGuidCountMap()
      Deprecated.
    • getItemGuidCountMapMap

      Map<Long,Integer> getItemGuidCountMapMap()
      map<uint64, uint32> item_guid_count_map = 10;
    • getItemGuidCountMapOrDefault

      int getItemGuidCountMapOrDefault(long key, int defaultValue)
      map<uint64, uint32> item_guid_count_map = 10;
    • getItemGuidCountMapOrThrow

      int getItemGuidCountMapOrThrow(long key)
      map<uint64, uint32> item_guid_count_map = 10;
    • getItemParamListList

      List<ItemParamOuterClass.ItemParam> getItemParamListList()
      repeated .ItemParam item_param_list = 15;
    • getItemParamList

      ItemParamOuterClass.ItemParam getItemParamList(int index)
      repeated .ItemParam item_param_list = 15;
    • getItemParamListCount

      int getItemParamListCount()
      repeated .ItemParam item_param_list = 15;
    • getItemParamListOrBuilderList

      List<? extends ItemParamOuterClass.ItemParamOrBuilder> getItemParamListOrBuilderList()
      repeated .ItemParam item_param_list = 15;
    • getItemParamListOrBuilder

      ItemParamOuterClass.ItemParamOrBuilder getItemParamListOrBuilder(int index)
      repeated .ItemParam item_param_list = 15;
    • getItemGivingTypeValue

      int getItemGivingTypeValue()
      .ItemGivingReq.ItemGivingType item_giving_type = 1;
      Returns:
      The enum numeric value on the wire for itemGivingType.
    • getItemGivingType

      .ItemGivingReq.ItemGivingType item_giving_type = 1;
      Returns:
      The itemGivingType.
    • getGivingId

      int getGivingId()
      uint32 giving_id = 2;
      Returns:
      The givingId.