Package emu.grasscutter.net.proto
Interface GetExpeditionAssistInfoListRspOuterClass.GetExpeditionAssistInfoListRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetExpeditionAssistInfoListRspOuterClass.GetExpeditionAssistInfoListRsp,GetExpeditionAssistInfoListRspOuterClass.GetExpeditionAssistInfoListRsp.Builder
- Enclosing class:
- GetExpeditionAssistInfoListRspOuterClass
public static interface GetExpeditionAssistInfoListRspOuterClass.GetExpeditionAssistInfoListRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAssistInfoList(int index) repeated .ExpeditionAssistInfo assist_info_list = 1;intrepeated .ExpeditionAssistInfo assist_info_list = 1;repeated .ExpeditionAssistInfo assist_info_list = 1;getAssistInfoListOrBuilder(int index) repeated .ExpeditionAssistInfo assist_info_list = 1;repeated .ExpeditionAssistInfo assist_info_list = 1;intint32 retcode = 6;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 = 6;- Returns:
- The retcode.
-
getAssistInfoListList
List<ExpeditionAssistInfoOuterClass.ExpeditionAssistInfo> getAssistInfoListList()repeated .ExpeditionAssistInfo assist_info_list = 1; -
getAssistInfoList
repeated .ExpeditionAssistInfo assist_info_list = 1; -
getAssistInfoListCount
int getAssistInfoListCount()repeated .ExpeditionAssistInfo assist_info_list = 1; -
getAssistInfoListOrBuilderList
List<? extends ExpeditionAssistInfoOuterClass.ExpeditionAssistInfoOrBuilder> getAssistInfoListOrBuilderList()repeated .ExpeditionAssistInfo assist_info_list = 1; -
getAssistInfoListOrBuilder
repeated .ExpeditionAssistInfo assist_info_list = 1;
-