Package emu.grasscutter.net.proto
Interface UnlockPersonalLineRspOuterClass.UnlockPersonalLineRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp,UnlockPersonalLineRspOuterClass.UnlockPersonalLineRsp.Builder
- Enclosing class:
- UnlockPersonalLineRspOuterClass
public static interface UnlockPersonalLineRspOuterClass.UnlockPersonalLineRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getPersonalLineId
int getPersonalLineId()uint32 personal_line_id = 5;- Returns:
- The personalLineId.
-
getRetcode
int getRetcode()int32 retcode = 2;- Returns:
- The retcode.
-
hasLevel
boolean hasLevel()uint32 level = 1;- Returns:
- Whether the level field is set.
-
getLevel
int getLevel()uint32 level = 1;- Returns:
- The level.
-
hasChapterId
boolean hasChapterId()uint32 chapter_id = 6;- Returns:
- Whether the chapterId field is set.
-
getChapterId
int getChapterId()uint32 chapter_id = 6;- Returns:
- The chapterId.
-
getParamCase
-