Package emu.grasscutter.net.proto
Interface PullPrivateChatRspOuterClass.PullPrivateChatRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PullPrivateChatRspOuterClass.PullPrivateChatRsp,PullPrivateChatRspOuterClass.PullPrivateChatRsp.Builder
- Enclosing class:
- PullPrivateChatRspOuterClass
public static interface PullPrivateChatRspOuterClass.PullPrivateChatRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChatInfo(int index) repeated .ChatInfo chat_info = 15;intrepeated .ChatInfo chat_info = 15;repeated .ChatInfo chat_info = 15;getChatInfoOrBuilder(int index) repeated .ChatInfo chat_info = 15;List<? extends ChatInfoOuterClass.ChatInfoOrBuilder>repeated .ChatInfo chat_info = 15;intint32 retcode = 10;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
-
getRetcode
int getRetcode()int32 retcode = 10;- Returns:
- The retcode.
-
getChatInfoList
List<ChatInfoOuterClass.ChatInfo> getChatInfoList()repeated .ChatInfo chat_info = 15; -
getChatInfo
repeated .ChatInfo chat_info = 15; -
getChatInfoCount
int getChatInfoCount()repeated .ChatInfo chat_info = 15; -
getChatInfoOrBuilderList
List<? extends ChatInfoOuterClass.ChatInfoOrBuilder> getChatInfoOrBuilderList()repeated .ChatInfo chat_info = 15; -
getChatInfoOrBuilder
repeated .ChatInfo chat_info = 15;
-