Class ExternalTMRIntegerEntryDTO

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

public class ExternalTMRIntegerEntryDTO extends Object
telemetry report entry for integer 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 Integer value
      data for the entry to report
  • Constructor Details

    • ExternalTMRIntegerEntryDTO

      public ExternalTMRIntegerEntryDTO()