Interface GalleryFallCatchNotifyOuterClass.GalleryFallCatchNotifyOrBuilder

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

public static interface GalleryFallCatchNotifyOuterClass.GalleryFallCatchNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<uint32, uint32> ball_catch_count_map = 14;
    int
    uint32 add_score = 1;
    Deprecated.
    int
    map<uint32, uint32> ball_catch_count_map = 14;
    map<uint32, uint32> ball_catch_count_map = 14;
    int
    getBallCatchCountMapOrDefault(int key, int defaultValue)
    map<uint32, uint32> ball_catch_count_map = 14;
    int
    map<uint32, uint32> ball_catch_count_map = 14;
    int
    uint32 cur_score = 11;
    int
    uint32 gallery_id = 7;
    boolean
    bool is_ground = 8;
    int
    uint32 time_cost = 15;

    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

    • getAddScore

      int getAddScore()
      uint32 add_score = 1;
      Returns:
      The addScore.
    • getGalleryId

      int getGalleryId()
      uint32 gallery_id = 7;
      Returns:
      The galleryId.
    • getCurScore

      int getCurScore()
      uint32 cur_score = 11;
      Returns:
      The curScore.
    • getTimeCost

      int getTimeCost()
      uint32 time_cost = 15;
      Returns:
      The timeCost.
    • getIsGround

      boolean getIsGround()
      bool is_ground = 8;
      Returns:
      The isGround.
    • getBallCatchCountMapCount

      int getBallCatchCountMapCount()
      map<uint32, uint32> ball_catch_count_map = 14;
    • containsBallCatchCountMap

      boolean containsBallCatchCountMap(int key)
      map<uint32, uint32> ball_catch_count_map = 14;
    • getBallCatchCountMap

      @Deprecated Map<Integer,Integer> getBallCatchCountMap()
      Deprecated.
    • getBallCatchCountMapMap

      Map<Integer,Integer> getBallCatchCountMapMap()
      map<uint32, uint32> ball_catch_count_map = 14;
    • getBallCatchCountMapOrDefault

      int getBallCatchCountMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> ball_catch_count_map = 14;
    • getBallCatchCountMapOrThrow

      int getBallCatchCountMapOrThrow(int key)
      map<uint32, uint32> ball_catch_count_map = 14;