Interface GalleryCrystalLinkBuffInfoNotifyOuterClass.GalleryCrystalLinkBuffInfoNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GalleryCrystalLinkBuffInfoNotifyOuterClass.GalleryCrystalLinkBuffInfoNotify, GalleryCrystalLinkBuffInfoNotifyOuterClass.GalleryCrystalLinkBuffInfoNotify.Builder
Enclosing class:
GalleryCrystalLinkBuffInfoNotifyOuterClass

public static interface GalleryCrystalLinkBuffInfoNotifyOuterClass.GalleryCrystalLinkBuffInfoNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 buff_id = 14;
    int
    uint32 gallery_id = 6;
    boolean
    bool is_buff_valid = 11;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getIsBuffValid

      boolean getIsBuffValid()
      bool is_buff_valid = 11;
      Returns:
      The isBuffValid.
    • getBuffId

      int getBuffId()
      uint32 buff_id = 14;
      Returns:
      The buffId.
    • getGalleryId

      int getGalleryId()
      uint32 gallery_id = 6;
      Returns:
      The galleryId.