Interface BuyGoodsReqOuterClass.BuyGoodsReqOrBuilder

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

public static interface BuyGoodsReqOuterClass.BuyGoodsReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 buy_count = 14;
    .ShopGoods goods = 5;
    .ShopGoods goods = 5;
    int
    uint32 shop_type = 11;
    boolean
    .ShopGoods goods = 5;

    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

    • getBuyCount

      int getBuyCount()
      uint32 buy_count = 14;
      Returns:
      The buyCount.
    • hasGoods

      boolean hasGoods()
      .ShopGoods goods = 5;
      Returns:
      Whether the goods field is set.
    • getGoods

      .ShopGoods goods = 5;
      Returns:
      The goods.
    • getGoodsOrBuilder

      .ShopGoods goods = 5;
    • getShopType

      int getShopType()
      uint32 shop_type = 11;
      Returns:
      The shopType.