Interface GetBargainDataRspOuterClass.GetBargainDataRspOrBuilder

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

public static interface GetBargainDataRspOuterClass.GetBargainDataRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 bargain_id = 4;
    int
    int32 retcode = 2;
    .BargainSnapshot snapshot = 15;
    .BargainSnapshot snapshot = 15;
    boolean
    .BargainSnapshot snapshot = 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

    • getBargainId

      int getBargainId()
      uint32 bargain_id = 4;
      Returns:
      The bargainId.
    • hasSnapshot

      boolean hasSnapshot()
      .BargainSnapshot snapshot = 15;
      Returns:
      Whether the snapshot field is set.
    • getSnapshot

      .BargainSnapshot snapshot = 15;
      Returns:
      The snapshot.
    • getSnapshotOrBuilder

      .BargainSnapshot snapshot = 15;
    • getRetcode

      int getRetcode()
      int32 retcode = 2;
      Returns:
      The retcode.