addParam
Adds a String parameter to the ZK system specification.
Parameters
key
the key of the parameter.
value
the value of the parameter.
Adds a Long parameter to the ZK system specification.
Parameters
key
the key of the parameter.
value
the value of the parameter.
Adds a Double parameter to the ZK system specification.
Parameters
key
the key of the parameter.
value
the value of the parameter.
Adds a Boolean parameter to the ZK system specification.
Parameters
key
the key of the parameter.
value
the value of the parameter.
Adds parameter to the ZK system specification encoded in CBOR.
Parameters
key
the key of the parameter.
value
the value of the parameter.
Adds parameter to the ZK system specification encoded in JSON.
Parameters
key
the key of the parameter.
value
the value of the parameter.