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 = 6;intrepeated .ChatInfo chat_info = 6;repeated .ChatInfo chat_info = 6;getChatInfoOrBuilder(int index) repeated .ChatInfo chat_info = 6;List<? extends ChatInfoOuterClass.ChatInfoOrBuilder>repeated .ChatInfo chat_info = 6;intint32 retcode = 1;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
-
getChatInfoList
List<ChatInfoOuterClass.ChatInfo> getChatInfoList()repeated .ChatInfo chat_info = 6; -
getChatInfo
repeated .ChatInfo chat_info = 6; -
getChatInfoCount
int getChatInfoCount()repeated .ChatInfo chat_info = 6; -
getChatInfoOrBuilderList
List<? extends ChatInfoOuterClass.ChatInfoOrBuilder> getChatInfoOrBuilderList()repeated .ChatInfo chat_info = 6; -
getChatInfoOrBuilder
repeated .ChatInfo chat_info = 6; -
getRetcode
int getRetcode()int32 retcode = 1;- Returns:
- The retcode.
-