ReportStatus

A two element dictionary with a lastDelivery and lastStatus key whose values describe the date and status of the last delivered report for a particular report definition.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A timestamp that gives the date of a report delivery.

Link copied to clipboard

An enum that gives the status of a report delivery.

Functions

Link copied to clipboard
inline fun copy(block: ReportStatus.Builder.() -> Unit = {}): ReportStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String