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 = 7;intrepeated uint32 activated_sale_id_list = 7;repeated uint32 activated_sale_id_list = 7;getActivityInfoList(int index) repeated .ActivityInfo activity_info_list = 1;intrepeated .ActivityInfo activity_info_list = 1;repeated .ActivityInfo activity_info_list = 1;getActivityInfoListOrBuilder(int index) repeated .ActivityInfo activity_info_list = 1;List<? extends ActivityInfoOuterClass.ActivityInfoOrBuilder>repeated .ActivityInfo activity_info_list = 1;getDisableTransferPointInteractionList(int index) repeated .Uint32Pair disable_transfer_point_interaction_list = 12;intrepeated .Uint32Pair disable_transfer_point_interaction_list = 12;repeated .Uint32Pair disable_transfer_point_interaction_list = 12;repeated .Uint32Pair disable_transfer_point_interaction_list = 12;List<? extends Uint32PairOuterClass.Uint32PairOrBuilder>repeated .Uint32Pair disable_transfer_point_interaction_list = 12;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
-
getActivityInfoListList
List<ActivityInfoOuterClass.ActivityInfo> getActivityInfoListList()repeated .ActivityInfo activity_info_list = 1; -
getActivityInfoList
repeated .ActivityInfo activity_info_list = 1; -
getActivityInfoListCount
int getActivityInfoListCount()repeated .ActivityInfo activity_info_list = 1; -
getActivityInfoListOrBuilderList
List<? extends ActivityInfoOuterClass.ActivityInfoOrBuilder> getActivityInfoListOrBuilderList()repeated .ActivityInfo activity_info_list = 1; -
getActivityInfoListOrBuilder
repeated .ActivityInfo activity_info_list = 1; -
getDisableTransferPointInteractionListList
List<Uint32PairOuterClass.Uint32Pair> getDisableTransferPointInteractionListList()repeated .Uint32Pair disable_transfer_point_interaction_list = 12; -
getDisableTransferPointInteractionList
repeated .Uint32Pair disable_transfer_point_interaction_list = 12; -
getDisableTransferPointInteractionListCount
int getDisableTransferPointInteractionListCount()repeated .Uint32Pair disable_transfer_point_interaction_list = 12; -
getDisableTransferPointInteractionListOrBuilderList
List<? extends Uint32PairOuterClass.Uint32PairOrBuilder> getDisableTransferPointInteractionListOrBuilderList()repeated .Uint32Pair disable_transfer_point_interaction_list = 12; -
getDisableTransferPointInteractionListOrBuilder
repeated .Uint32Pair disable_transfer_point_interaction_list = 12; -
getActivatedSaleIdListList
repeated uint32 activated_sale_id_list = 7;- Returns:
- A list containing the activatedSaleIdList.
-
getActivatedSaleIdListCount
int getActivatedSaleIdListCount()repeated uint32 activated_sale_id_list = 7;- Returns:
- The count of activatedSaleIdList.
-
getActivatedSaleIdList
int getActivatedSaleIdList(int index) repeated uint32 activated_sale_id_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The activatedSaleIdList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 6;- Returns:
- The retcode.
-