TransactionShort

@Serializable
data class TransactionShort(val id: Long, val method: String, val sendTime: Long, val host: String, val path: String, val responseTime: Long?, val responseStatus: Int?, val error: SavableErrorShort?, val responseDefaultType: BodyType? = null, val isViewed: Boolean, val sessionIdentifier: String) : Transaction

Constructors

Link copied to clipboard
constructor(id: Long, method: String, sendTime: Long, host: String, path: String, responseTime: Long?, responseStatus: Int?, error: SavableErrorShort?, responseDefaultType: BodyType? = null, isViewed: Boolean, sessionIdentifier: String)

Properties

Link copied to clipboard
open override val error: SavableErrorShort?
Link copied to clipboard
open val fullUrl: String
Link copied to clipboard
open override val host: String
Link copied to clipboard
open override val id: Long
Link copied to clipboard
open override val isViewed: Boolean
Link copied to clipboard
open override val method: String
Link copied to clipboard
open override val path: String
Link copied to clipboard
open override val responseDefaultType: BodyType? = null
Link copied to clipboard
open override val responseStatus: Int?
Link copied to clipboard
open override val responseTime: Long?
Link copied to clipboard
open override val sendTime: Long
Link copied to clipboard
open override val sessionIdentifier: String
Link copied to clipboard
open val totalTime: Long

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isFinished(): Boolean
Link copied to clipboard
open fun isInProgress(): Boolean