data class RcpSummary
<init> |
RcpSummary(source: Instance, target: Instance, copiedPaths: Long, duration: Long) |
copiedPaths |
val copiedPaths: Long |
duration |
val duration: Long |
durationString |
val durationString: String |
source |
val source: Instance |
target |
val target: Instance |
toString |
fun toString(): String |