Static Public Member Functions | |
| static< T extends fm.liveswitch.IEquivalent< T > T[] | processArray (T[] newValues, T[] oldValues) |
| Processes an array for a report. More... | |
| static fm.liveswitch.NullableBoolean | processBoolean (boolean newValue, boolean oldValue) |
| Processes a boolean for a report. More... | |
| static boolean[] | processBooleanArray (boolean[] newValues, boolean[] oldValues) |
| Processes a boolean array for a report. More... | |
| static fm.liveswitch.NullableDouble | processDouble (double newValue, double oldValue) |
| Processes a double for a report. More... | |
| static fm.liveswitch.NullableFloat | processFloat (float newValue, float oldValue) |
| Processes a float for a report. More... | |
| static float[] | processFloatArray (float[] newValues, float[] oldValues) |
| Processes a float array for a report. More... | |
| static double[] | processFloatArray (double[] newValues, double[] oldValues) |
| Processes a double array for a report. More... | |
| static fm.liveswitch.NullableInteger | processInteger (int newValue, int oldValue) |
| Processes an integer for a report. More... | |
| static int[] | processIntegerArray (int[] newValues, int[] oldValues) |
| Processes a integer array for a report. More... | |
| static fm.liveswitch.NullableLong | processLong (long newValue, long oldValue) |
| Processes a long for a report. More... | |
| static long[] | processLongArray (long[] newValues, long[] oldValues) |
| Processes a long array for a report. More... | |
| static< T extends Object &fm.liveswitch.IEquivalent< T > T | processObject (T newValue, T oldValue) |
| Processes an array for a report. More... | |
| static fm.liveswitch.NullableShort | processShort (short newValue, short oldValue) |
| Processes a short for a report. More... | |
| static short[] | processShortArray (short[] newValues, short[] oldValues) |
| Processes a short array for a report. More... | |
| static String | processString (String newValue, String oldValue) |
| Processes a string for a report. More... | |
Protected Member Functions | |
| void | deserializeProperties (String key, String valueJson) |
| Deserializes the properties. More... | |
| Report () | |
| void | serializeProperties (java.util.HashMap< String, String > jsonObject) |
| Serializes the properties. More... | |
|
protected |
|
protected |
Deserializes the properties.
| key | The key. |
| valueJson | The value in JSON format. |
Reimplemented in fm.liveswitch.TransportReport, fm.liveswitch.MediaTrackReport, fm.liveswitch.MediaSenderReport, fm.liveswitch.MediaReceiverReport, fm.liveswitch.MediaComponentReport, fm.liveswitch.DataStreamReport, fm.liveswitch.DataChannelReport, fm.liveswitch.ClientReport, fm.liveswitch.ChannelReport, and fm.liveswitch.CandidatePairReport.
|
static |
Processes an array for a report.
| newValues | The new values. |
| oldValues | The old values. |
|
static |
Processes a boolean for a report.
| newValue | The new value. |
| oldValue | The old value. |
|
static |
Processes a boolean array for a report.
| newValues | The new values. |
| oldValues | The old values. |
|
static |
Processes a double for a report.
| newValue | The new value. |
| oldValue | The old value. |
|
static |
Processes a float for a report.
| newValue | The new value. |
| oldValue | The old value. |
|
static |
Processes a double array for a report.
| newValues | The new values. |
| oldValues | The old values. |
|
static |
Processes a float array for a report.
| newValues | The new values. |
| oldValues | The old values. |
|
static |
Processes an integer for a report.
| newValue | The new value. |
| oldValue | The old value. |
|
static |
Processes a integer array for a report.
| newValues | The new values. |
| oldValues | The old values. |
|
static |
Processes a long for a report.
| newValue | The new value. |
| oldValue | The old value. |
|
static |
Processes a long array for a report.
| newValues | The new values. |
| oldValues | The old values. |
|
static |
Processes an array for a report.
| newValue | The new value. |
| oldValue | The old value. |
|
static |
Processes a short for a report.
| newValue | The new value. |
| oldValue | The old value. |
|
static |
Processes a short array for a report.
| newValues | The new values. |
| oldValues | The old values. |
|
static |
Processes a string for a report.
| newValue | The new value. |
| oldValue | The old value. |
|
protected |
Serializes the properties.
| jsonObject | The JSON object. |
Reimplemented in fm.liveswitch.TransportReport, fm.liveswitch.MediaTrackReport, fm.liveswitch.MediaSenderReport, fm.liveswitch.MediaReceiverReport, fm.liveswitch.MediaComponentReport, fm.liveswitch.DataStreamReport, fm.liveswitch.DataChannelReport, fm.liveswitch.ClientReport, fm.liveswitch.ChannelReport, and fm.liveswitch.CandidatePairReport.