An event batch. More...
Public Member Functions | |
| EventBatch () | |
| fm.liveswitch.EventInfo[] | getEvents () |
| Gets the events. More... | |
| void | setEvents (fm.liveswitch.EventInfo[] value) |
| Sets the events. More... | |
| String | toJson () |
| Serializes this instance to JSON. More... | |
Static Public Member Functions | |
| static fm.liveswitch.EventBatch | fromJson (String instanceJson) |
| Deserializes an instance from JSON. More... | |
| static String | toJson (fm.liveswitch.EventBatch instance) |
| Serializes an instance to JSON. More... | |
Protected Member Functions | |
| void | deserializeProperty (String key, String valueJson) |
| Deserializes the property. More... | |
| void | serializeProperties (java.util.HashMap< String, String > jsonObject) |
| Serializes the properties. More... | |
An event batch.
| fm.liveswitch.EventBatch.EventBatch | ( | ) |
|
protected |
Deserializes the property.
| key | The key. |
| valueJson | The value in JSON format. |
|
static |
Deserializes an instance from JSON.
| fm.liveswitch.EventInfo [] fm.liveswitch.EventBatch.getEvents | ( | ) |
Gets the events.
|
protected |
Serializes the properties.
| jsonObject | The JSON object. |
| void fm.liveswitch.EventBatch.setEvents | ( | fm.liveswitch.EventInfo[] | value | ) |
Sets the events.
| String fm.liveswitch.EventBatch.toJson | ( | ) |
Serializes this instance to JSON.
|
static |
Serializes an instance to JSON.