Interface BargainOfferPriceRspOuterClass.BargainOfferPriceRspOrBuilder

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

public static interface BargainOfferPriceRspOuterClass.BargainOfferPriceRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .BargainResultType bargain_result = 10;
    int
    .BargainResultType bargain_result = 10;
    int
    int32 cur_mood = 7;
    int
    uint32 result_param = 12;
    int
    int32 retcode = 1;

    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

    • getResultParam

      int getResultParam()
      uint32 result_param = 12;
      Returns:
      The resultParam.
    • getBargainResultValue

      int getBargainResultValue()
      .BargainResultType bargain_result = 10;
      Returns:
      The enum numeric value on the wire for bargainResult.
    • getBargainResult

      .BargainResultType bargain_result = 10;
      Returns:
      The bargainResult.
    • getRetcode

      int getRetcode()
      int32 retcode = 1;
      Returns:
      The retcode.
    • getCurMood

      int getCurMood()
      int32 cur_mood = 7;
      Returns:
      The curMood.