Package emu.grasscutter.net.proto
Interface VintageMarketStoreChooseStrategyReqOuterClass.VintageMarketStoreChooseStrategyReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VintageMarketStoreChooseStrategyReqOuterClass.VintageMarketStoreChooseStrategyReq,VintageMarketStoreChooseStrategyReqOuterClass.VintageMarketStoreChooseStrategyReq.Builder
- Enclosing class:
- VintageMarketStoreChooseStrategyReqOuterClass
public static interface VintageMarketStoreChooseStrategyReqOuterClass.VintageMarketStoreChooseStrategyReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 store_id = 14;getStoreOpList(int index) repeated .VintageMarketStoreOpInfo store_op_list = 5;intrepeated .VintageMarketStoreOpInfo store_op_list = 5;repeated .VintageMarketStoreOpInfo store_op_list = 5;getStoreOpListOrBuilder(int index) repeated .VintageMarketStoreOpInfo store_op_list = 5;repeated .VintageMarketStoreOpInfo store_op_list = 5;intgetStrategyList(int index) repeated uint32 strategy_list = 15;intrepeated uint32 strategy_list = 15;repeated uint32 strategy_list = 15;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
-
getStoreOpListList
List<VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfo> getStoreOpListList()repeated .VintageMarketStoreOpInfo store_op_list = 5; -
getStoreOpList
repeated .VintageMarketStoreOpInfo store_op_list = 5; -
getStoreOpListCount
int getStoreOpListCount()repeated .VintageMarketStoreOpInfo store_op_list = 5; -
getStoreOpListOrBuilderList
List<? extends VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfoOrBuilder> getStoreOpListOrBuilderList()repeated .VintageMarketStoreOpInfo store_op_list = 5; -
getStoreOpListOrBuilder
VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfoOrBuilder getStoreOpListOrBuilder(int index) repeated .VintageMarketStoreOpInfo store_op_list = 5; -
getStrategyListList
repeated uint32 strategy_list = 15;- Returns:
- A list containing the strategyList.
-
getStrategyListCount
int getStrategyListCount()repeated uint32 strategy_list = 15;- Returns:
- The count of strategyList.
-
getStrategyList
int getStrategyList(int index) repeated uint32 strategy_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The strategyList at the given index.
-
getStoreId
int getStoreId()uint32 store_id = 14;- Returns:
- The storeId.
-