Interface VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfo, VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfo.Builder
Enclosing class:
VintageMarketStoreOpInfoOuterClass

public static interface VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getAddAttrList(int index)
    repeated uint32 add_attr_list = 12;
    int
    repeated uint32 add_attr_list = 12;
    repeated uint32 add_attr_list = 12;
    int
    uint32 help_skill_id = 10;
    int
    uint32 help_uid = 11;
    int
    uint32 store_id = 8;
    int
    getStrategyList(int index)
    repeated uint32 strategy_list = 9;
    int
    repeated uint32 strategy_list = 9;
    repeated uint32 strategy_list = 9;

    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

    • getHelpUid

      int getHelpUid()
      uint32 help_uid = 11;
      Returns:
      The helpUid.
    • getHelpSkillId

      int getHelpSkillId()
      uint32 help_skill_id = 10;
      Returns:
      The helpSkillId.
    • getStoreId

      int getStoreId()
      uint32 store_id = 8;
      Returns:
      The storeId.
    • getAddAttrListList

      List<Integer> getAddAttrListList()
      repeated uint32 add_attr_list = 12;
      Returns:
      A list containing the addAttrList.
    • getAddAttrListCount

      int getAddAttrListCount()
      repeated uint32 add_attr_list = 12;
      Returns:
      The count of addAttrList.
    • getAddAttrList

      int getAddAttrList(int index)
      repeated uint32 add_attr_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The addAttrList at the given index.
    • getStrategyListList

      List<Integer> getStrategyListList()
      repeated uint32 strategy_list = 9;
      Returns:
      A list containing the strategyList.
    • getStrategyListCount

      int getStrategyListCount()
      repeated uint32 strategy_list = 9;
      Returns:
      The count of strategyList.
    • getStrategyList

      int getStrategyList(int index)
      repeated uint32 strategy_list = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The strategyList at the given index.