AggregatedD2Progress

data class AggregatedD2Progress(val isComplete: Boolean = false, val totalCalls: Int? = null, val doneCalls: List<String> = emptyList(), val dataSets: Map<String, D2ProgressStatus> = emptyMap()) : D2Progress

Constructors

Link copied to clipboard
constructor(isComplete: Boolean = false, totalCalls: Int? = null, doneCalls: List<String> = emptyList(), dataSets: Map<String, D2ProgressStatus> = emptyMap())

Types

Link copied to clipboard
class Builder(var isComplete: Boolean = false, var totalCalls: Int? = null, var doneCalls: List<String> = emptyList(), var dataSets: Map<String, D2ProgressStatus> = emptyMap()) : D2Progress.Builder<AggregatedD2Progress.Builder>
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val doneCalls: List<String>
Link copied to clipboard
@get:JvmName(name = "getIsComplete")
open override val isComplete: Boolean = false
Link copied to clipboard
open override val totalCalls: Int? = null

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun totalCalls(): Int?