Package emu.grasscutter.net.proto
Interface HomeLimitedShopBuyGoodsRspOuterClass.HomeLimitedShopBuyGoodsRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeLimitedShopBuyGoodsRspOuterClass.HomeLimitedShopBuyGoodsRsp,HomeLimitedShopBuyGoodsRspOuterClass.HomeLimitedShopBuyGoodsRsp.Builder
- Enclosing class:
- HomeLimitedShopBuyGoodsRspOuterClass
public static interface HomeLimitedShopBuyGoodsRspOuterClass.HomeLimitedShopBuyGoodsRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 buy_count = 13;getGoods().HomeLimitedShopGoods goods = 7;getGoodsList(int index) repeated .HomeLimitedShopGoods goods_list = 3;intrepeated .HomeLimitedShopGoods goods_list = 3;repeated .HomeLimitedShopGoods goods_list = 3;getGoodsListOrBuilder(int index) repeated .HomeLimitedShopGoods goods_list = 3;repeated .HomeLimitedShopGoods goods_list = 3;.HomeLimitedShopGoods goods = 7;intint32 retcode = 5;booleanhasGoods().HomeLimitedShopGoods goods = 7;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
-
getGoodsListList
List<HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoods> getGoodsListList()repeated .HomeLimitedShopGoods goods_list = 3; -
getGoodsList
repeated .HomeLimitedShopGoods goods_list = 3; -
getGoodsListCount
int getGoodsListCount()repeated .HomeLimitedShopGoods goods_list = 3; -
getGoodsListOrBuilderList
List<? extends HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder> getGoodsListOrBuilderList()repeated .HomeLimitedShopGoods goods_list = 3; -
getGoodsListOrBuilder
repeated .HomeLimitedShopGoods goods_list = 3; -
getRetcode
int getRetcode()int32 retcode = 5;- Returns:
- The retcode.
-
getBuyCount
int getBuyCount()uint32 buy_count = 13;- Returns:
- The buyCount.
-
hasGoods
boolean hasGoods().HomeLimitedShopGoods goods = 7;- Returns:
- Whether the goods field is set.
-
getGoods
.HomeLimitedShopGoods goods = 7;- Returns:
- The goods.
-
getGoodsOrBuilder
HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder getGoodsOrBuilder().HomeLimitedShopGoods goods = 7;
-