Interface BalloonGallerySettleInfoOuterClass.BalloonGallerySettleInfoOrBuilder

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

public static interface BalloonGallerySettleInfoOuterClass.BalloonGallerySettleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 hit_count = 13;
    int
    uint32 owner_uid = 2;
    .GalleryStopReason reason = 7;
    int
    .GalleryStopReason reason = 7;
    int
    uint32 score = 12;

    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

    • getScore

      int getScore()
      uint32 score = 12;
      Returns:
      The score.
    • getOwnerUid

      int getOwnerUid()
      uint32 owner_uid = 2;
      Returns:
      The ownerUid.
    • getReasonValue

      int getReasonValue()
      .GalleryStopReason reason = 7;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .GalleryStopReason reason = 7;
      Returns:
      The reason.
    • getHitCount

      int getHitCount()
      uint32 hit_count = 13;
      Returns:
      The hitCount.