DpHistoryData

data class DpHistoryData(val dpId: ProtoDpId, val listValues: List<Any?> = listOf(), val listTs: List<Long> = listOf(), val listStatus: List<Long> = listOf())

Constructors

Link copied to clipboard
constructor(dpId: ProtoDpId, listValues: List<Any?> = listOf(), listTs: List<Long> = listOf(), listStatus: List<Long> = listOf())

Properties

Link copied to clipboard
val dpId: ProtoDpId
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard