Package emu.grasscutter.net.proto
Interface VintageMarketStoreViewStrategyRspOuterClass.VintageMarketStoreViewStrategyRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VintageMarketStoreViewStrategyRspOuterClass.VintageMarketStoreViewStrategyRsp,VintageMarketStoreViewStrategyRspOuterClass.VintageMarketStoreViewStrategyRsp.Builder
- Enclosing class:
- VintageMarketStoreViewStrategyRspOuterClass
public static interface VintageMarketStoreViewStrategyRspOuterClass.VintageMarketStoreViewStrategyRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 9;intuint32 strategy_id = 4;intgetStrategyList(int index) repeated uint32 strategy_list = 6;intrepeated uint32 strategy_list = 6;repeated uint32 strategy_list = 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
-
getRetcode
int getRetcode()int32 retcode = 9;- Returns:
- The retcode.
-
getStrategyListList
repeated uint32 strategy_list = 6;- Returns:
- A list containing the strategyList.
-
getStrategyListCount
int getStrategyListCount()repeated uint32 strategy_list = 6;- Returns:
- The count of strategyList.
-
getStrategyList
int getStrategyList(int index) repeated uint32 strategy_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The strategyList at the given index.
-
getStrategyId
int getStrategyId()uint32 strategy_id = 4;- Returns:
- The strategyId.
-