Interface GalleryBalloonScoreNotifyOuterClass.GalleryBalloonScoreNotifyOrBuilder

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

public static interface GalleryBalloonScoreNotifyOuterClass.GalleryBalloonScoreNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<uint32, uint32> uid_score_map = 12;
    int
    uint32 gallery_id = 11;
    Deprecated.
    int
    map<uint32, uint32> uid_score_map = 12;
    map<uint32, uint32> uid_score_map = 12;
    int
    getUidScoreMapOrDefault(int key, int defaultValue)
    map<uint32, uint32> uid_score_map = 12;
    int
    map<uint32, uint32> uid_score_map = 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

    • getUidScoreMapCount

      int getUidScoreMapCount()
      map<uint32, uint32> uid_score_map = 12;
    • containsUidScoreMap

      boolean containsUidScoreMap(int key)
      map<uint32, uint32> uid_score_map = 12;
    • getUidScoreMap

      @Deprecated Map<Integer,Integer> getUidScoreMap()
      Deprecated.
      Use getUidScoreMapMap() instead.
    • getUidScoreMapMap

      Map<Integer,Integer> getUidScoreMapMap()
      map<uint32, uint32> uid_score_map = 12;
    • getUidScoreMapOrDefault

      int getUidScoreMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> uid_score_map = 12;
    • getUidScoreMapOrThrow

      int getUidScoreMapOrThrow(int key)
      map<uint32, uint32> uid_score_map = 12;
    • getGalleryId

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