Interface GalleryStartNotifyOuterClass.GalleryStartNotifyOrBuilder

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

public static interface GalleryStartNotifyOuterClass.GalleryStartNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getGalleryId

      int getGalleryId()
      uint32 gallery_id = 6;
      Returns:
      The galleryId.
    • getEndTime

      int getEndTime()
      uint32 end_time = 13;
      Returns:
      The endTime.
    • getOwnerUid

      int getOwnerUid()
      uint32 owner_uid = 8;
      Returns:
      The ownerUid.
    • getStartTime

      int getStartTime()
      uint32 start_time = 7;
      Returns:
      The startTime.
    • getPlayerCount

      int getPlayerCount()
      uint32 player_count = 9;
      Returns:
      The playerCount.
    • hasFlowerStartParam

      boolean hasFlowerStartParam()
      .GalleryFlowerStartParam flower_start_param = 11;
      Returns:
      Whether the flowerStartParam field is set.
    • getFlowerStartParam

      .GalleryFlowerStartParam flower_start_param = 11;
      Returns:
      The flowerStartParam.
    • getFlowerStartParamOrBuilder

      .GalleryFlowerStartParam flower_start_param = 11;
    • getDetailCase