Interface GivingRecordOuterClass.GivingRecordOrBuilder

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

public static interface GivingRecordOuterClass.GivingRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<uint32, uint32> material_count_map = 1;
    int
    uint32 config_id = 4;
    int
    uint32 giving_id = 14;
    int
    uint32 group_id = 7;
    boolean
    bool is_finished = 6;
    boolean
    bool is_gadget_giving = 3;
    int
    uint32 last_group_id = 5;
    Deprecated.
    int
    map<uint32, uint32> material_count_map = 1;
    map<uint32, uint32> material_count_map = 1;
    int
    getMaterialCountMapOrDefault(int key, int defaultValue)
    map<uint32, uint32> material_count_map = 1;
    int
    map<uint32, uint32> material_count_map = 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

    • getIsGadgetGiving

      boolean getIsGadgetGiving()
      bool is_gadget_giving = 3;
      Returns:
      The isGadgetGiving.
    • getGroupId

      int getGroupId()
      uint32 group_id = 7;
      Returns:
      The groupId.
    • getIsFinished

      boolean getIsFinished()
      bool is_finished = 6;
      Returns:
      The isFinished.
    • getMaterialCountMapCount

      int getMaterialCountMapCount()
      map<uint32, uint32> material_count_map = 1;
    • containsMaterialCountMap

      boolean containsMaterialCountMap(int key)
      map<uint32, uint32> material_count_map = 1;
    • getMaterialCountMap

      @Deprecated Map<Integer,Integer> getMaterialCountMap()
      Deprecated.
    • getMaterialCountMapMap

      Map<Integer,Integer> getMaterialCountMapMap()
      map<uint32, uint32> material_count_map = 1;
    • getMaterialCountMapOrDefault

      int getMaterialCountMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> material_count_map = 1;
    • getMaterialCountMapOrThrow

      int getMaterialCountMapOrThrow(int key)
      map<uint32, uint32> material_count_map = 1;
    • getConfigId

      int getConfigId()
      uint32 config_id = 4;
      Returns:
      The configId.
    • getLastGroupId

      int getLastGroupId()
      uint32 last_group_id = 5;
      Returns:
      The lastGroupId.
    • getGivingId

      int getGivingId()
      uint32 giving_id = 14;
      Returns:
      The givingId.