Class ExternalTMRLongEntryDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.telemetry.ExternalTMRLongEntryDTO

public class ExternalTMRLongEntryDTO extends Object
telemetry report entry for long values
  • Field Details

    • key

      public String key
      key for the value (must be unique within the ExternalTelemetryReportDTO)
    • category

      public String category
      category for the value (see TMDataCategory enum for valid values)
    • value

      public Long value
      data for the entry to report
  • Constructor Details

    • ExternalTMRLongEntryDTO

      public ExternalTMRLongEntryDTO()