Interface GetShopmallDataRspOuterClass.GetShopmallDataRspOrBuilder

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

public static interface GetShopmallDataRspOuterClass.GetShopmallDataRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 retcode = 14;
    int
    getShopTypeList(int index)
    repeated uint32 shop_type_list = 3;
    int
    repeated uint32 shop_type_list = 3;
    repeated uint32 shop_type_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

    • getShopTypeListList

      List<Integer> getShopTypeListList()
      repeated uint32 shop_type_list = 3;
      Returns:
      A list containing the shopTypeList.
    • getShopTypeListCount

      int getShopTypeListCount()
      repeated uint32 shop_type_list = 3;
      Returns:
      The count of shopTypeList.
    • getShopTypeList

      int getShopTypeList(int index)
      repeated uint32 shop_type_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The shopTypeList at the given index.
    • getRetcode

      int getRetcode()
      int32 retcode = 14;
      Returns:
      The retcode.