Interface CurVehicleInfoOuterClass.CurVehicleInfoOrBuilder

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

public static interface CurVehicleInfoOuterClass.CurVehicleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 1;
    int
    uint32 pos = 2;

    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

    • getEntityId

      int getEntityId()
      uint32 entity_id = 1;
      Returns:
      The entityId.
    • getPos

      int getPos()
      uint32 pos = 2;
      Returns:
      The pos.