Interface GalleryBalloonShootNotifyOuterClass.GalleryBalloonShootNotifyOrBuilder

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

public static interface GalleryBalloonShootNotifyOuterClass.GalleryBalloonShootNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 add_score = 2;
    int
    uint32 combo = 15;
    long
    uint64 combo_disable_time = 9;
    int
    uint32 cur_score = 1;
    int
    uint32 gallery_id = 11;
    int
    uint32 trigger_entity_id = 3;

    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

    • getTriggerEntityId

      int getTriggerEntityId()
      uint32 trigger_entity_id = 3;
      Returns:
      The triggerEntityId.
    • getCombo

      int getCombo()
      uint32 combo = 15;
      Returns:
      The combo.
    • getComboDisableTime

      long getComboDisableTime()
      uint64 combo_disable_time = 9;
      Returns:
      The comboDisableTime.
    • getCurScore

      int getCurScore()
      uint32 cur_score = 1;
      Returns:
      The curScore.
    • getAddScore

      int getAddScore()
      int32 add_score = 2;
      Returns:
      The addScore.
    • getGalleryId

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