Class CheckControlMessage

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

public class CheckControlMessage extends PropertyValueObject
  • Constructor Details

    • CheckControlMessage

      public CheckControlMessage(Integer ID, com.highmobility.autoapi.value.measurement.Duration remainingTime, String text, String status)
    • CheckControlMessage

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

    • getID

      public Integer getID()
      Returns:
      Check Control Message identifier.
    • getRemainingTime

      public com.highmobility.autoapi.value.measurement.Duration getRemainingTime()
      Returns:
      Remaining time of the message.
    • getText

      public String getText()
      Returns:
      CCM text.
    • getStatus

      public String getStatus()
      Returns:
      CCM status.
    • getLength

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