|
| static fm.liveswitch.MediaReceiverInfo | fromJson (String mediaReceiverJson) |
| | Deserializes an instance from JSON. More...
|
| |
| static fm.liveswitch.MediaReceiverInfo[] | fromJsonArray (String mediaReceiversJson) |
| | Deserializes an array from JSON. More...
|
| |
| static String | toJson (fm.liveswitch.MediaReceiverInfo mediaReceiver) |
| | Serializes an instance to JSON. More...
|
| |
| static String | toJsonArray (fm.liveswitch.MediaReceiverInfo[] mediaReceivers) |
| | Serializes an array to JSON. More...
|
| |
| static< T extends fm.liveswitch.IEquivalent< T > T[] | processArray (T[] newValues, T[] oldValues) |
| | Processes an array for an info. More...
|
| |
| static fm.liveswitch.NullableBoolean | processBoolean (boolean newValue, boolean oldValue) |
| | Processes a boolean for an info. More...
|
| |
| static boolean[] | processBooleanArray (boolean[] newValues, boolean[] oldValues) |
| | Processes a boolean array for an info. More...
|
| |
| static fm.liveswitch.NullableDouble | processDouble (double newValue, double oldValue) |
| | Processes a double for an info. More...
|
| |
| static fm.liveswitch.NullableFloat | processFloat (float newValue, float oldValue) |
| | Processes a float for an info. More...
|
| |
| static float[] | processFloatArray (float[] newValues, float[] oldValues) |
| | Processes a float array for an info. More...
|
| |
| static double[] | processFloatArray (double[] newValues, double[] oldValues) |
| | Processes a double array for an info. More...
|
| |
| static fm.liveswitch.NullableInteger | processInteger (int newValue, int oldValue) |
| | Processes an integer for an info. More...
|
| |
| static int[] | processIntegerArray (int[] newValues, int[] oldValues) |
| | Processes a integer array for an info. More...
|
| |
| static fm.liveswitch.NullableLong | processLong (long newValue, long oldValue) |
| | Processes a long for an info. More...
|
| |
| static long[] | processLongArray (long[] newValues, long[] oldValues) |
| | Processes a long array for an info. More...
|
| |
| static< T extends Object &fm.liveswitch.IEquivalent< T > T | processObject (T newValue, T oldValue) |
| | Processes an object for an info. More...
|
| |
| static fm.liveswitch.NullableShort | processShort (short newValue, short oldValue) |
| | Processes a short for an info. More...
|
| |
| static short[] | processShortArray (short[] newValues, short[] oldValues) |
| | Processes a short array for an info. More...
|
| |
| static String | processString (String newValue, String oldValue) |
| | Processes a string for an info. More...
|
| |
Media receiver information.