Interface GadgetPlayStartNotifyOuterClass.GadgetPlayStartNotifyOrBuilder

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

public static interface GadgetPlayStartNotifyOuterClass.GadgetPlayStartNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 10;
    int
    uint32 play_type = 13;
    int
    uint32 start_time = 12;

    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

    • getStartTime

      int getStartTime()
      uint32 start_time = 12;
      Returns:
      The startTime.
    • getPlayType

      int getPlayType()
      uint32 play_type = 13;
      Returns:
      The playType.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 10;
      Returns:
      The entityId.