Package emu.grasscutter.net.proto
Interface GetParentQuestVideoKeyRspOuterClass.GetParentQuestVideoKeyRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetParentQuestVideoKeyRspOuterClass.GetParentQuestVideoKeyRsp,GetParentQuestVideoKeyRspOuterClass.GetParentQuestVideoKeyRsp.Builder
- Enclosing class:
- GetParentQuestVideoKeyRspOuterClass
public static interface GetParentQuestVideoKeyRspOuterClass.GetParentQuestVideoKeyRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 parent_quest_id = 11;intint32 retcode = 1;longuint64 video_key = 9;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
-
getParentQuestId
int getParentQuestId()uint32 parent_quest_id = 11;- Returns:
- The parentQuestId.
-
getVideoKey
long getVideoKey()uint64 video_key = 9;- Returns:
- The videoKey.
-
getRetcode
int getRetcode()int32 retcode = 1;- Returns:
- The retcode.
-