Package emu.grasscutter.net.proto
Interface IrodoriMasterGallerySettleNotifyOuterClass.IrodoriMasterGallerySettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IrodoriMasterGallerySettleNotifyOuterClass.IrodoriMasterGallerySettleNotify,IrodoriMasterGallerySettleNotifyOuterClass.IrodoriMasterGallerySettleNotify.Builder
- Enclosing class:
- IrodoriMasterGallerySettleNotifyOuterClass
public static interface IrodoriMasterGallerySettleNotifyOuterClass.IrodoriMasterGallerySettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 11;.IrodoriMasterGallerySettleInfo settle_info = 9;.IrodoriMasterGallerySettleInfo settle_info = 9;boolean.IrodoriMasterGallerySettleInfo settle_info = 9;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
-
hasSettleInfo
boolean hasSettleInfo().IrodoriMasterGallerySettleInfo settle_info = 9;- Returns:
- Whether the settleInfo field is set.
-
getSettleInfo
.IrodoriMasterGallerySettleInfo settle_info = 9;- Returns:
- The settleInfo.
-
getSettleInfoOrBuilder
IrodoriMasterGallerySettleInfoOuterClass.IrodoriMasterGallerySettleInfoOrBuilder getSettleInfoOrBuilder().IrodoriMasterGallerySettleInfo settle_info = 9; -
getGalleryId
int getGalleryId()uint32 gallery_id = 11;- Returns:
- The galleryId.
-