RuleEvent

data class RuleEvent(val event: String, val programStage: String, val programStageName: String, val status: RuleEventStatus, val eventDate: RuleLocalDate, val createdDate: RuleInstant, val createdAtClientDate: RuleInstant?, val dueDate: RuleLocalDate?, val completedDate: RuleLocalDate?, val organisationUnit: String, val organisationUnitCode: String?, val dataValues: List<RuleDataValue>) : Comparable<RuleEvent>

Constructors

Link copied to clipboard
constructor(event: String, programStage: String, programStageName: String, status: RuleEventStatus, eventDate: RuleLocalDate, createdDate: RuleInstant, createdAtClientDate: RuleInstant?, dueDate: RuleLocalDate?, completedDate: RuleLocalDate?, organisationUnit: String, organisationUnitCode: String?, dataValues: List<RuleDataValue>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: RuleEvent): Int