Interface RoutePointChangeInfoOuterClass.RoutePointChangeInfoOrBuilder

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

public static interface RoutePointChangeInfoOuterClass.RoutePointChangeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 point_index = 6;
    float
    float target_velocity = 4;
    float
    float wait_time = 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

    • getWaitTime

      float getWaitTime()
      float wait_time = 13;
      Returns:
      The waitTime.
    • getTargetVelocity

      float getTargetVelocity()
      float target_velocity = 4;
      Returns:
      The targetVelocity.
    • getPointIndex

      int getPointIndex()
      uint32 point_index = 6;
      Returns:
      The pointIndex.