Package emu.grasscutter.net.proto
Interface GmTalkRspOuterClass.GmTalkRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GmTalkRspOuterClass.GmTalkRsp,GmTalkRspOuterClass.GmTalkRsp.Builder
- Enclosing class:
- GmTalkRspOuterClass
public static interface GmTalkRspOuterClass.GmTalkRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMsg()string msg = 9;com.google.protobuf.ByteStringstring msg = 9;intint32 retcode = 4;string retmsg = 11;com.google.protobuf.ByteStringstring retmsg = 11;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
-
getRetmsg
String getRetmsg()string retmsg = 11;- Returns:
- The retmsg.
-
getRetmsgBytes
com.google.protobuf.ByteString getRetmsgBytes()string retmsg = 11;- Returns:
- The bytes for retmsg.
-
getRetcode
int getRetcode()int32 retcode = 4;- Returns:
- The retcode.
-
getMsg
String getMsg()string msg = 9;- Returns:
- The msg.
-
getMsgBytes
com.google.protobuf.ByteString getMsgBytes()string msg = 9;- Returns:
- The bytes for msg.
-