Package emu.grasscutter.net.proto
Interface GetBargainDataRspOuterClass.GetBargainDataRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetBargainDataRspOuterClass.GetBargainDataRsp,GetBargainDataRspOuterClass.GetBargainDataRsp.Builder
- Enclosing class:
- GetBargainDataRspOuterClass
public static interface GetBargainDataRspOuterClass.GetBargainDataRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 bargain_id = 4;intint32 retcode = 2;.BargainSnapshot snapshot = 15;.BargainSnapshot snapshot = 15;boolean.BargainSnapshot snapshot = 15;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
-
getBargainId
int getBargainId()uint32 bargain_id = 4;- Returns:
- The bargainId.
-
hasSnapshot
boolean hasSnapshot().BargainSnapshot snapshot = 15;- Returns:
- Whether the snapshot field is set.
-
getSnapshot
BargainSnapshotOuterClass.BargainSnapshot getSnapshot().BargainSnapshot snapshot = 15;- Returns:
- The snapshot.
-
getSnapshotOrBuilder
BargainSnapshotOuterClass.BargainSnapshotOrBuilder getSnapshotOrBuilder().BargainSnapshot snapshot = 15; -
getRetcode
int getRetcode()int32 retcode = 2;- Returns:
- The retcode.
-