Package emu.grasscutter.net.proto
Interface HomeLimitedShopInfoRspOuterClass.HomeLimitedShopInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeLimitedShopInfoRspOuterClass.HomeLimitedShopInfoRsp,HomeLimitedShopInfoRspOuterClass.HomeLimitedShopInfoRsp.Builder
- Enclosing class:
- HomeLimitedShopInfoRspOuterClass
public static interface HomeLimitedShopInfoRspOuterClass.HomeLimitedShopInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 6;.HomeLimitedShopInfo shop_info = 10;.HomeLimitedShopInfo shop_info = 10;boolean.HomeLimitedShopInfo shop_info = 10;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
-
getRetcode
int getRetcode()int32 retcode = 6;- Returns:
- The retcode.
-
hasShopInfo
boolean hasShopInfo().HomeLimitedShopInfo shop_info = 10;- Returns:
- Whether the shopInfo field is set.
-
getShopInfo
HomeLimitedShopInfoOuterClass.HomeLimitedShopInfo getShopInfo().HomeLimitedShopInfo shop_info = 10;- Returns:
- The shopInfo.
-
getShopInfoOrBuilder
HomeLimitedShopInfoOuterClass.HomeLimitedShopInfoOrBuilder getShopInfoOrBuilder().HomeLimitedShopInfo shop_info = 10;
-