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 Type
    Method
    Description
    int
    int32 retcode = 14;
    int
    uint32 store_id = 11;
    int
    getStrategyList(int index)
    repeated uint32 strategy_list = 3;
    int
    repeated uint32 strategy_list = 3;
    repeated uint32 strategy_list = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<Integer> 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.