PvtResult

data class PvtResult(testNumber: Int, timestamp: Long, interval: Long, reactionDelay: Long)

Functions

component1
Link copied to clipboard
operator fun component1(): Int
component2
Link copied to clipboard
operator fun component2(): Long
component3
Link copied to clipboard
operator fun component3(): Long
component4
Link copied to clipboard
operator fun component4(): Long
copy
Link copied to clipboard
fun copy(testNumber: Int, timestamp: Long, interval: Long, reactionDelay: Long): Pvt.PvtResult
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

interval
Link copied to clipboard
val interval: Long
reactionDelay
Link copied to clipboard
val reactionDelay: Long
testNumber
Link copied to clipboard
val testNumber: Int
timestamp
Link copied to clipboard
val timestamp: Long