Interface GalleryBulletHitNotifyOuterClass.GalleryBulletHitNotifyOrBuilder

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

public static interface GalleryBulletHitNotifyOuterClass.GalleryBulletHitNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 gallery_id = 3;
    int
    uint32 hit_count = 7;

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

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