Interface PlatformStartRouteNotifyOuterClass.PlatformStartRouteNotifyOrBuilder

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

public static interface PlatformStartRouteNotifyOuterClass.PlatformStartRouteNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 3;
    .PlatformInfo platform = 5;
    .PlatformInfo platform = 5;
    int
    uint32 scene_time = 13;
    boolean
    .PlatformInfo platform = 5;

    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

    • getSceneTime

      int getSceneTime()
      uint32 scene_time = 13;
      Returns:
      The sceneTime.
    • hasPlatform

      boolean hasPlatform()
      .PlatformInfo platform = 5;
      Returns:
      Whether the platform field is set.
    • getPlatform

      .PlatformInfo platform = 5;
      Returns:
      The platform.
    • getPlatformOrBuilder

      .PlatformInfo platform = 5;
    • getEntityId

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