Interface HomeBalloonGalleryScoreNotifyOuterClass.HomeBalloonGalleryScoreNotifyOrBuilder

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

public static interface HomeBalloonGalleryScoreNotifyOuterClass.HomeBalloonGalleryScoreNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 add_score = 4;
    int
    uint32 cur_score = 14;
    int
    uint32 gallery_id = 1;
    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

    • getGalleryId

      int getGalleryId()
      uint32 gallery_id = 1;
      Returns:
      The galleryId.
    • getTriggerEntityId

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

      int getAddScore()
      uint32 add_score = 4;
      Returns:
      The addScore.
    • getCurScore

      int getCurScore()
      uint32 cur_score = 14;
      Returns:
      The curScore.