StatusRecord

An object that contains status information for a reputation entity, including the current status, cause description, and timestamp.

Types

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

Properties

Link copied to clipboard

A description of the reason for the current status, or null if no specific cause is available.

Link copied to clipboard

The timestamp when this status was last updated.

Link copied to clipboard

The current sending status. This can be one of the following:

Functions

Link copied to clipboard
inline fun copy(block: StatusRecord.Builder.() -> Unit = {}): StatusRecord
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