Package org.zkoss.zats.mimic.operation
Class AuData
java.lang.Object
org.zkoss.zats.mimic.operation.AuData
An AU request data class to define custom event and data.
- Since:
- 1.1.0
- Author:
- pao
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AuData
-
-
Method Details
-
setData
Setting data for event. If key is existed, new value will replace old one.- Parameters:
key- can't be null.value- a value and type should be one of following:JSONObject, java.lang.String, java.lang.Number, java.lang.Boolean, null.- Returns:
- The AU event itself.
-
setData
Setting data for event. If key is existed, new value will replace old one.- Parameters:
key- can't be null.values- a value array and element type should be one of following:JSONObject, java.lang.String, java.lang.Number, java.lang.Boolean, null.- Returns:
- The AU event itself.
-
getName
-
getData
-