Interface PlatformStopRouteNotifyOuterClass.PlatformStopRouteNotifyOrBuilder

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

public static interface PlatformStopRouteNotifyOuterClass.PlatformStopRouteNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 6;
    .PlatformInfo platform = 13;
    .PlatformInfo platform = 13;
    int
    uint32 scene_time = 12;
    boolean
    .PlatformInfo platform = 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

    • hasPlatform

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

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

      .PlatformInfo platform = 13;
    • getEntityId

      int getEntityId()
      uint32 entity_id = 6;
      Returns:
      The entityId.
    • getSceneTime

      int getSceneTime()
      uint32 scene_time = 12;
      Returns:
      The sceneTime.