ZkSystemSpec
data class ZkSystemSpec(val id: String, val system: String, _params: MutableMap<String, ParamValue> = mutableMapOf())
ZkSystemSpec represents the specifications of a ZK System.
Properties
Functions
Link copied to clipboard
Adds a Boolean parameter to the ZK system specification.
Adds a ByteArray parameter to the ZK system specification.
Adds a Double parameter to the ZK system specification.
Adds a Float parameter to the ZK system specification.
Adds a Long parameter to the ZK system specification.
Adds a String parameter to the ZK system specification.
Adds a DataItem parameter to the ZK system specification. Will add the parameter to the primitive value of the DataItem.
Link copied to clipboard