Package emu.grasscutter.net.proto
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 TypeMethodDescription.GivingRecord giving_record = 15;.GivingRecord giving_record = 15;booleanbool is_deactive = 14;boolean.GivingRecord giving_record = 15;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
GivingRecordOuterClass.GivingRecord getGivingRecord().GivingRecord giving_record = 15;- Returns:
- The givingRecord.
-
getGivingRecordOrBuilder
GivingRecordOuterClass.GivingRecordOrBuilder getGivingRecordOrBuilder().GivingRecord giving_record = 15;
-