Interface ScenePlayInfoOuterClass.ScenePlayInfoOrBuilder

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

public static interface ScenePlayInfoOuterClass.ScenePlayInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entry_id = 10;
    boolean
    bool is_open = 14;
    int
    uint32 play_id = 15;
    int
    uint32 play_type = 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

    • getIsOpen

      boolean getIsOpen()
      bool is_open = 14;
      Returns:
      The isOpen.
    • getEntryId

      int getEntryId()
      uint32 entry_id = 10;
      Returns:
      The entryId.
    • getPlayId

      int getPlayId()
      uint32 play_id = 15;
      Returns:
      The playId.
    • getPlayType

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