Interface TakeBackGivingItemRspOuterClass.TakeBackGivingItemRspOrBuilder

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

public static interface TakeBackGivingItemRspOuterClass.TakeBackGivingItemRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 giving_id = 12;
    int
    int32 retcode = 6;

    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

    • getGivingId

      int getGivingId()
      uint32 giving_id = 12;
      Returns:
      The givingId.
    • getRetcode

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