Interface BargainOfferPriceReqOuterClass.BargainOfferPriceReqOrBuilder

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

public static interface BargainOfferPriceReqOuterClass.BargainOfferPriceReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 bargain_id = 5;
    int
    uint32 price = 3;

    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

    • getBargainId

      int getBargainId()
      uint32 bargain_id = 5;
      Returns:
      The bargainId.
    • getPrice

      int getPrice()
      uint32 price = 3;
      Returns:
      The price.