Package emu.grasscutter.net.proto
Interface GravenInnocencePhotoReminderNotifyOuterClass.GravenInnocencePhotoReminderNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GravenInnocencePhotoReminderNotifyOuterClass.GravenInnocencePhotoReminderNotify,GravenInnocencePhotoReminderNotifyOuterClass.GravenInnocencePhotoReminderNotify.Builder
- Enclosing class:
- GravenInnocencePhotoReminderNotifyOuterClass
public static interface GravenInnocencePhotoReminderNotifyOuterClass.GravenInnocencePhotoReminderNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 group_bundle_id = 7;intuint32 reminder_id = 13;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
-
getReminderId
int getReminderId()uint32 reminder_id = 13;- Returns:
- The reminderId.
-
getGroupBundleId
int getGroupBundleId()uint32 group_bundle_id = 7;- Returns:
- The groupBundleId.
-