Package emu.grasscutter.net.proto
Interface VintageMarketStoreChooseStrategyRspOuterClass.VintageMarketStoreChooseStrategyRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VintageMarketStoreChooseStrategyRspOuterClass.VintageMarketStoreChooseStrategyRsp,VintageMarketStoreChooseStrategyRspOuterClass.VintageMarketStoreChooseStrategyRsp.Builder
- Enclosing class:
- VintageMarketStoreChooseStrategyRspOuterClass
public static interface VintageMarketStoreChooseStrategyRspOuterClass.VintageMarketStoreChooseStrategyRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 14;intuint32 store_id = 11;intgetStrategyList(int index) repeated uint32 strategy_list = 3;intrepeated uint32 strategy_list = 3;repeated uint32 strategy_list = 3;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 = 14;- Returns:
- The retcode.
-
getStoreId
int getStoreId()uint32 store_id = 11;- Returns:
- The storeId.
-
getStrategyListList
repeated uint32 strategy_list = 3;- Returns:
- A list containing the strategyList.
-
getStrategyListCount
int getStrategyListCount()repeated uint32 strategy_list = 3;- Returns:
- The count of strategyList.
-
getStrategyList
int getStrategyList(int index) repeated uint32 strategy_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The strategyList at the given index.
-