Package emu.grasscutter.net.proto
Interface ActivityBannerNotifyOuterClass.ActivityBannerNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivityBannerNotifyOuterClass.ActivityBannerNotify,ActivityBannerNotifyOuterClass.ActivityBannerNotify.Builder
- Enclosing class:
- ActivityBannerNotifyOuterClass
public static interface ActivityBannerNotifyOuterClass.ActivityBannerNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 activity_id = 1;intuint32 schedule_id = 8;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
-
getActivityId
int getActivityId()uint32 activity_id = 1;- Returns:
- The activityId.
-
getScheduleId
int getScheduleId()uint32 schedule_id = 8;- Returns:
- The scheduleId.
-