Interface HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder

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

public static interface HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getBuyLimit

      int getBuyLimit()
      uint32 buy_limit = 8;
      Returns:
      The buyLimit.
    • getDisableType

      int getDisableType()
      uint32 disable_type = 10;
      Returns:
      The disableType.
    • getGoodsId

      int getGoodsId()
      uint32 goods_id = 12;
      Returns:
      The goodsId.
    • getBoughtNum

      int getBoughtNum()
      uint32 bought_num = 5;
      Returns:
      The boughtNum.
    • hasGoodsItem

      boolean hasGoodsItem()
      .ItemParam goods_item = 2;
      Returns:
      Whether the goodsItem field is set.
    • getGoodsItem

      .ItemParam goods_item = 2;
      Returns:
      The goodsItem.
    • getGoodsItemOrBuilder

      .ItemParam goods_item = 2;
    • getCostItemListList

      List<ItemParamOuterClass.ItemParam> getCostItemListList()
      repeated .ItemParam cost_item_list = 4;
    • getCostItemList

      ItemParamOuterClass.ItemParam getCostItemList(int index)
      repeated .ItemParam cost_item_list = 4;
    • getCostItemListCount

      int getCostItemListCount()
      repeated .ItemParam cost_item_list = 4;
    • getCostItemListOrBuilderList

      List<? extends ItemParamOuterClass.ItemParamOrBuilder> getCostItemListOrBuilderList()
      repeated .ItemParam cost_item_list = 4;
    • getCostItemListOrBuilder

      ItemParamOuterClass.ItemParamOrBuilder getCostItemListOrBuilder(int index)
      repeated .ItemParam cost_item_list = 4;