Interface GivingRecordChangeNotifyOuterClass.GivingRecordChangeNotifyOrBuilder

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

public static interface GivingRecordChangeNotifyOuterClass.GivingRecordChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .GivingRecord giving_record = 15;
    .GivingRecord giving_record = 15;
    boolean
    bool is_deactive = 14;
    boolean
    .GivingRecord giving_record = 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

    • getIsDeactive

      boolean getIsDeactive()
      bool is_deactive = 14;
      Returns:
      The isDeactive.
    • hasGivingRecord

      boolean hasGivingRecord()
      .GivingRecord giving_record = 15;
      Returns:
      Whether the givingRecord field is set.
    • getGivingRecord

      .GivingRecord giving_record = 15;
      Returns:
      The givingRecord.
    • getGivingRecordOrBuilder

      .GivingRecord giving_record = 15;