TorrentStatus

constructor(    title: String,     poster: String,     data: String?,     timestamp: Long,     name: String?,     hash: String?,     stat: Int,     statString: String,     loadedSize: Long?,     torrentSize: Long?,     preloadedBytes: Long?,     preloadSize: Long?,     downloadSpeed: Double?,     uploadSpeed: Double?,     totalPeers: Int?,     pendingPeers: Int?,     activePeers: Int?,     connectedSeeders: Int?,     halfOpenPeers: Int?,     bytesWritten: Long?,     bytesWrittenData: Long?,     bytesRead: Long?,     bytesReadData: Long?,     bytesReadUsefulData: Long?,     chunksWritten: Long?,     chunksRead: Long?,     chunksReadUseful: Long?,     chunksReadWasted: Long?,     piecesDirtiedGood: Long?,     piecesDirtiedBad: Long?,     durationSeconds: Double?,     bitRate: String?,     fileStats: List<Torrent.TorrentFileStat>?,     trackers: List<String>?)(source)