Package emu.grasscutter.net.proto
Interface PushTipsAllDataNotifyOuterClass.PushTipsAllDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PushTipsAllDataNotifyOuterClass.PushTipsAllDataNotify,PushTipsAllDataNotifyOuterClass.PushTipsAllDataNotify.Builder
- Enclosing class:
- PushTipsAllDataNotifyOuterClass
public static interface PushTipsAllDataNotifyOuterClass.PushTipsAllDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPushTipsList(int index) repeated .PushTipsData push_tips_list = 4;intrepeated .PushTipsData push_tips_list = 4;repeated .PushTipsData push_tips_list = 4;getPushTipsListOrBuilder(int index) repeated .PushTipsData push_tips_list = 4;List<? extends PushTipsDataOuterClass.PushTipsDataOrBuilder>repeated .PushTipsData push_tips_list = 4;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
-
getPushTipsListList
List<PushTipsDataOuterClass.PushTipsData> getPushTipsListList()repeated .PushTipsData push_tips_list = 4; -
getPushTipsList
repeated .PushTipsData push_tips_list = 4; -
getPushTipsListCount
int getPushTipsListCount()repeated .PushTipsData push_tips_list = 4; -
getPushTipsListOrBuilderList
List<? extends PushTipsDataOuterClass.PushTipsDataOrBuilder> getPushTipsListOrBuilderList()repeated .PushTipsData push_tips_list = 4; -
getPushTipsListOrBuilder
repeated .PushTipsData push_tips_list = 4;
-