Package-level declarations
Types
Link copied to clipboard
data class AlertHistoryData(val dpId: ProtoDpId, val targetConfig: Int?, val systemTime: Long, val hdbGroupName: String?, val active: Boolean?, val hysteresisType: Int?, val destination: Int?, val actRange: Int?, val param: Boolean?, val type: Int?, val numRanges: Int?, val alertClass: ProtoDpId?, val ackType: Int?, val priority: Int?, val archive: Boolean?, val cameText: ProtoLangString?, val wentText: ProtoLangString?, val lowLimit: ProtoValue?, val lowHysteresisLimit: ProtoValue?, val lowInclude: Boolean?, val upLimit: ProtoValue?, val upHysteresisLimit: ProtoValue?, val upInclude: Boolean?, val negative: Boolean?, val match: String?, val actText: ProtoLangString?, val actBackgroundColor: String?, val actForegroundColor: String?, val direction: Boolean?, val value: ProtoValue?, val ackable: Boolean?, val ackTime: Long?, val cameTime: Long?, val wentTime: Long?, val visible: Boolean?, val ackState: Int?)
Link copied to clipboard
Link copied to clipboard
data class DpQueryCheckResult(val query: String, val result: SqlQuery?, val error: SqlQueryError? = null)
Link copied to clipboard
Link copied to clipboard
data class SqlQueryError(val errorMessage: String, val line: Int, val charPositionStart: Int, val charPositionEnd: Int)