Class ExternalTelemetryReportDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.telemetry.ExternalTelemetryReportDTO
Data for a single telemetry report. The various arrays are for the supported types of values that can be reported.
-
Field Summary
FieldsModifier and TypeFieldDescriptionall dates that should be reportedall double values that should be reportedall integer values that should be reportedall long values that should be reportedall strings that should be reportedall string arrays that should be reported -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dateEntries
all dates that should be reported -
doubleEntries
all double values that should be reported -
integerEntries
all integer values that should be reported -
longEntries
all long values that should be reported -
stringArrayEntries
all strings that should be reported -
stringEntries
all string arrays that should be reported
-
-
Constructor Details
-
ExternalTelemetryReportDTO
public ExternalTelemetryReportDTO()
-