Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintint32 retcode = 14;intgetShopTypeList(int index) repeated uint32 shop_type_list = 3;intrepeated uint32 shop_type_list = 3;repeated uint32 shop_type_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
-
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.
-