Interface BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder

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

public static interface BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 buy_count = 14;
    .ShopGoods goods = 15;
    .ShopGoods goods = 15;
    boolean
    .ShopGoods goods = 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

    • hasGoods

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

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

      .ShopGoods goods = 15;
    • getBuyCount

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