TransactionFull

constructor(id: Long = 0, method: String, sendTime: Long, host: String, path: String, requestBody: ByteArray? = null, requestHeaders: Map<String, String> = emptyMap(), responseBody: ByteArray? = null, responseTime: Long? = null, responseHeaders: Map<String, String> = emptyMap(), responseStatus: Int? = null, error: SavableErrorFull? = null, responseDefaultType: BodyType? = null, importantInRequest: List<String> = emptyList(), importantInResponse: List<String> = emptyList(), isViewed: Boolean = false, size: Long = 0, sessionIdentifier: String)