Package emu.grasscutter.net.proto
Interface GetActivityInfoRspOuterClass.GetActivityInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetActivityInfoRspOuterClass.GetActivityInfoRsp,GetActivityInfoRspOuterClass.GetActivityInfoRsp.Builder
- Enclosing class:
- GetActivityInfoRspOuterClass
public static interface GetActivityInfoRspOuterClass.GetActivityInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetActivatedSaleIdList(int index) repeated uint32 activated_sale_id_list = 5;intrepeated uint32 activated_sale_id_list = 5;repeated uint32 activated_sale_id_list = 5;getActivityInfoList(int index) repeated .ActivityInfo activity_info_list = 9;intrepeated .ActivityInfo activity_info_list = 9;repeated .ActivityInfo activity_info_list = 9;getActivityInfoListOrBuilder(int index) repeated .ActivityInfo activity_info_list = 9;List<? extends ActivityInfoOuterClass.ActivityInfoOrBuilder>repeated .ActivityInfo activity_info_list = 9;getDisableTransferPointInteractionList(int index) repeated .Uint32Pair disable_transfer_point_interaction_list = 15;intrepeated .Uint32Pair disable_transfer_point_interaction_list = 15;repeated .Uint32Pair disable_transfer_point_interaction_list = 15;repeated .Uint32Pair disable_transfer_point_interaction_list = 15;List<? extends Uint32PairOuterClass.Uint32PairOrBuilder>repeated .Uint32Pair disable_transfer_point_interaction_list = 15;intint32 retcode = 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
-
getActivatedSaleIdListList
repeated uint32 activated_sale_id_list = 5;- Returns:
- A list containing the activatedSaleIdList.
-
getActivatedSaleIdListCount
int getActivatedSaleIdListCount()repeated uint32 activated_sale_id_list = 5;- Returns:
- The count of activatedSaleIdList.
-
getActivatedSaleIdList
int getActivatedSaleIdList(int index) repeated uint32 activated_sale_id_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The activatedSaleIdList at the given index.
-
getActivityInfoListList
List<ActivityInfoOuterClass.ActivityInfo> getActivityInfoListList()repeated .ActivityInfo activity_info_list = 9; -
getActivityInfoList
repeated .ActivityInfo activity_info_list = 9; -
getActivityInfoListCount
int getActivityInfoListCount()repeated .ActivityInfo activity_info_list = 9; -
getActivityInfoListOrBuilderList
List<? extends ActivityInfoOuterClass.ActivityInfoOrBuilder> getActivityInfoListOrBuilderList()repeated .ActivityInfo activity_info_list = 9; -
getActivityInfoListOrBuilder
repeated .ActivityInfo activity_info_list = 9; -
getRetcode
int getRetcode()int32 retcode = 11;- Returns:
- The retcode.
-
getDisableTransferPointInteractionListList
List<Uint32PairOuterClass.Uint32Pair> getDisableTransferPointInteractionListList()repeated .Uint32Pair disable_transfer_point_interaction_list = 15; -
getDisableTransferPointInteractionList
repeated .Uint32Pair disable_transfer_point_interaction_list = 15; -
getDisableTransferPointInteractionListCount
int getDisableTransferPointInteractionListCount()repeated .Uint32Pair disable_transfer_point_interaction_list = 15; -
getDisableTransferPointInteractionListOrBuilderList
List<? extends Uint32PairOuterClass.Uint32PairOrBuilder> getDisableTransferPointInteractionListOrBuilderList()repeated .Uint32Pair disable_transfer_point_interaction_list = 15; -
getDisableTransferPointInteractionListOrBuilder
repeated .Uint32Pair disable_transfer_point_interaction_list = 15;
-