Interface GalleryFlowerCatchNotifyOuterClass.GalleryFlowerCatchNotifyOrBuilder

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

public static interface GalleryFlowerCatchNotifyOuterClass.GalleryFlowerCatchNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 add_score = 12;
    int
    uint32 cur_score = 2;
    int
    uint32 gallery_id = 13;

    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 = 13;
      Returns:
      The galleryId.
    • getCurScore

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

      int getAddScore()
      uint32 add_score = 12;
      Returns:
      The addScore.