Package emu.grasscutter.net.proto
Interface ChangeMailStarNotifyOuterClass.ChangeMailStarNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChangeMailStarNotifyOuterClass.ChangeMailStarNotify,ChangeMailStarNotifyOuterClass.ChangeMailStarNotify.Builder
- Enclosing class:
- ChangeMailStarNotifyOuterClass
public static interface ChangeMailStarNotifyOuterClass.ChangeMailStarNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_star = 10;intgetMailIdList(int index) repeated uint32 mail_id_list = 6;intrepeated uint32 mail_id_list = 6;repeated uint32 mail_id_list = 6;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
-
getMailIdListList
repeated uint32 mail_id_list = 6;- Returns:
- A list containing the mailIdList.
-
getMailIdListCount
int getMailIdListCount()repeated uint32 mail_id_list = 6;- Returns:
- The count of mailIdList.
-
getMailIdList
int getMailIdList(int index) repeated uint32 mail_id_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The mailIdList at the given index.
-
getIsStar
boolean getIsStar()bool is_star = 10;- Returns:
- The isStar.
-