ApplicationReport
data class ApplicationReport(val package: String, val system: String, val version: String, val report: String, val retrievalDate: Date)
Data class for an application report
Parameters
package
String — name of the application package
system
String — name of the application system (Android/IOS)
version
String — value of the application version
report
String — JSON object of the Report
retrievalDate
Date — the date of the report retrieval (ISO 8601)