ReportBatchMeta

open class ReportBatchMeta

Author

Umang Chamaria Date: 2019-06-07

Constructors

ReportBatchMeta
Link copied to clipboard
open fun ReportBatchMeta(@Nullable() preferences: DevicePreferences, batchId: String, requestTime: String)
ReportBatchMeta
Link copied to clipboard
open fun ReportBatchMeta(@Nullable() preferences: DevicePreferences, batchId: String, requestTime: String, @Nullable() userSession: UserSession, isDeviceAddPending: Boolean)

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean

Properties

batchId
Link copied to clipboard
open val batchId: String
isDeviceAddPending
Link copied to clipboard
val isDeviceAddPending: Boolean
preferences
Link copied to clipboard
val preferences: DevicePreferences
requestTime
Link copied to clipboard
open val requestTime: String
userSession
Link copied to clipboard
val userSession: UserSession