Class BrakeServiceRemainingDistance

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Byte>
com.highmobility.value.Bytes
com.highmobility.autoapi.property.PropertyValueObject
com.highmobility.autoapi.value.BrakeServiceRemainingDistance
All Implemented Interfaces:
Iterable<Byte>, Collection<Byte>, List<Byte>

public class BrakeServiceRemainingDistance extends PropertyValueObject
  • Field Details

  • Constructor Details

    • BrakeServiceRemainingDistance

      public BrakeServiceRemainingDistance(Axle axle, com.highmobility.autoapi.value.measurement.Length distance)
    • BrakeServiceRemainingDistance

      public BrakeServiceRemainingDistance(com.highmobility.value.Bytes valueBytes) throws CommandParseException
      Throws:
      CommandParseException
  • Method Details

    • getAxle

      public Axle getAxle()
      Returns:
      The axle.
    • getDistance

      public com.highmobility.autoapi.value.measurement.Length getDistance()
      Returns:
      The distance.
    • getLength

      public int getLength()
      Overrides:
      getLength in class com.highmobility.value.Bytes