Interface GalleryWillStartCountdownNotifyOuterClass.GalleryWillStartCountdownNotifyOrBuilder

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

public static interface GalleryWillStartCountdownNotifyOuterClass.GalleryWillStartCountdownNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 end_time = 15;
    int
    uint32 gallery_id = 13;
    boolean
    bool is_end = 6;
    .GalleryStartSource start_source = 14;
    int
    .GalleryStartSource start_source = 14;

    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.
    • getStartSourceValue

      int getStartSourceValue()
      .GalleryStartSource start_source = 14;
      Returns:
      The enum numeric value on the wire for startSource.
    • getStartSource

      .GalleryStartSource start_source = 14;
      Returns:
      The startSource.
    • getEndTime

      int getEndTime()
      uint32 end_time = 15;
      Returns:
      The endTime.
    • getIsEnd

      boolean getIsEnd()
      bool is_end = 6;
      Returns:
      The isEnd.