Package emu.grasscutter.net.proto
Interface InterpretInferenceWordRspOuterClass.InterpretInferenceWordRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterpretInferenceWordRspOuterClass.InterpretInferenceWordRsp,InterpretInferenceWordRspOuterClass.InterpretInferenceWordRsp.Builder
- Enclosing class:
- InterpretInferenceWordRspOuterClass
public static interface InterpretInferenceWordRspOuterClass.InterpretInferenceWordRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 page_id = 9;intint32 retcode = 15;intuint32 word_id = 2;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 = 15;- Returns:
- The retcode.
-
getWordId
int getWordId()uint32 word_id = 2;- Returns:
- The wordId.
-
getPageId
int getPageId()uint32 page_id = 9;- Returns:
- The pageId.
-