Interface ActivityGiveFriendGiftRspOuterClass.ActivityGiveFriendGiftRspOrBuilder

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

public static interface ActivityGiveFriendGiftRspOuterClass.ActivityGiveFriendGiftRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getLimitGiftList(int index)
    repeated uint32 limit_gift_list = 14;
    int
    repeated uint32 limit_gift_list = 14;
    repeated uint32 limit_gift_list = 14;
    int
    int32 retcode = 8;
    int
    uint32 schedule_id = 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

    • getScheduleId

      int getScheduleId()
      uint32 schedule_id = 15;
      Returns:
      The scheduleId.
    • getRetcode

      int getRetcode()
      int32 retcode = 8;
      Returns:
      The retcode.
    • getLimitGiftListList

      List<Integer> getLimitGiftListList()
      repeated uint32 limit_gift_list = 14;
      Returns:
      A list containing the limitGiftList.
    • getLimitGiftListCount

      int getLimitGiftListCount()
      repeated uint32 limit_gift_list = 14;
      Returns:
      The count of limitGiftList.
    • getLimitGiftList

      int getLimitGiftList(int index)
      repeated uint32 limit_gift_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The limitGiftList at the given index.