Package emu.grasscutter.net.proto
Interface VintageMarketStoreUnlockSlotRspOuterClass.VintageMarketStoreUnlockSlotRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VintageMarketStoreUnlockSlotRspOuterClass.VintageMarketStoreUnlockSlotRsp,VintageMarketStoreUnlockSlotRspOuterClass.VintageMarketStoreUnlockSlotRsp.Builder
- Enclosing class:
- VintageMarketStoreUnlockSlotRspOuterClass
public static interface VintageMarketStoreUnlockSlotRspOuterClass.VintageMarketStoreUnlockSlotRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 15;intuint32 slot_count = 3;intuint32 store_id = 14;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 = 15;- Returns:
- The retcode.
-
getStoreId
int getStoreId()uint32 store_id = 14;- Returns:
- The storeId.
-
getSlotCount
int getSlotCount()uint32 slot_count = 3;- Returns:
- The slotCount.
-