Package emu.grasscutter.net.proto
Interface ActivityCondStateChangeNotifyOuterClass.ActivityCondStateChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivityCondStateChangeNotifyOuterClass.ActivityCondStateChangeNotify,ActivityCondStateChangeNotifyOuterClass.ActivityCondStateChangeNotify.Builder
- Enclosing class:
- ActivityCondStateChangeNotifyOuterClass
public static interface ActivityCondStateChangeNotifyOuterClass.ActivityCondStateChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetActivatedSaleIdList(int index) repeated uint32 activated_sale_id_list = 8;intrepeated uint32 activated_sale_id_list = 8;repeated uint32 activated_sale_id_list = 8;intuint32 activity_id = 5;getDisableTransferPointInteractionList(int index) repeated .Uint32Pair disable_transfer_point_interaction_list = 11;intrepeated .Uint32Pair disable_transfer_point_interaction_list = 11;repeated .Uint32Pair disable_transfer_point_interaction_list = 11;repeated .Uint32Pair disable_transfer_point_interaction_list = 11;List<? extends Uint32PairOuterClass.Uint32PairOrBuilder>repeated .Uint32Pair disable_transfer_point_interaction_list = 11;intgetExpireCondList(int index) repeated uint32 expire_cond_list = 1;intrepeated uint32 expire_cond_list = 1;repeated uint32 expire_cond_list = 1;intgetMeetCondList(int index) repeated uint32 meet_cond_list = 4;intrepeated uint32 meet_cond_list = 4;repeated uint32 meet_cond_list = 4;intuint32 schedule_id = 14;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
-
getActivityId
int getActivityId()uint32 activity_id = 5;- Returns:
- The activityId.
-
getScheduleId
int getScheduleId()uint32 schedule_id = 14;- Returns:
- The scheduleId.
-
getExpireCondListList
repeated uint32 expire_cond_list = 1;- Returns:
- A list containing the expireCondList.
-
getExpireCondListCount
int getExpireCondListCount()repeated uint32 expire_cond_list = 1;- Returns:
- The count of expireCondList.
-
getExpireCondList
int getExpireCondList(int index) repeated uint32 expire_cond_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The expireCondList at the given index.
-
getMeetCondListList
repeated uint32 meet_cond_list = 4;- Returns:
- A list containing the meetCondList.
-
getMeetCondListCount
int getMeetCondListCount()repeated uint32 meet_cond_list = 4;- Returns:
- The count of meetCondList.
-
getMeetCondList
int getMeetCondList(int index) repeated uint32 meet_cond_list = 4;- Parameters:
index- The index of the element to return.- Returns:
- The meetCondList at the given index.
-
getActivatedSaleIdListList
repeated uint32 activated_sale_id_list = 8;- Returns:
- A list containing the activatedSaleIdList.
-
getActivatedSaleIdListCount
int getActivatedSaleIdListCount()repeated uint32 activated_sale_id_list = 8;- Returns:
- The count of activatedSaleIdList.
-
getActivatedSaleIdList
int getActivatedSaleIdList(int index) repeated uint32 activated_sale_id_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The activatedSaleIdList at the given index.
-
getDisableTransferPointInteractionListList
List<Uint32PairOuterClass.Uint32Pair> getDisableTransferPointInteractionListList()repeated .Uint32Pair disable_transfer_point_interaction_list = 11; -
getDisableTransferPointInteractionList
repeated .Uint32Pair disable_transfer_point_interaction_list = 11; -
getDisableTransferPointInteractionListCount
int getDisableTransferPointInteractionListCount()repeated .Uint32Pair disable_transfer_point_interaction_list = 11; -
getDisableTransferPointInteractionListOrBuilderList
List<? extends Uint32PairOuterClass.Uint32PairOrBuilder> getDisableTransferPointInteractionListOrBuilderList()repeated .Uint32Pair disable_transfer_point_interaction_list = 11; -
getDisableTransferPointInteractionListOrBuilder
repeated .Uint32Pair disable_transfer_point_interaction_list = 11;
-