deserializeProperties(String key, String valueJson) | fm.liveswitch.MessageInfo | protected |
fromJson(String messageInfoJson) | fm.liveswitch.MessageInfo | static |
getChannelId() | fm.liveswitch.MessageInfo | |
getClientId() | fm.liveswitch.MessageInfo | |
getDeviceId() | fm.liveswitch.MessageInfo | |
getId() | fm.liveswitch.Info | |
getPayload() | fm.liveswitch.MessageInfo | |
getUserId() | fm.liveswitch.MessageInfo | |
Info() | fm.liveswitch.Info | protected |
MessageInfo() | fm.liveswitch.MessageInfo | |
processArray(T[] newValues, T[] oldValues) | fm.liveswitch.Info | static |
processBoolean(boolean newValue, boolean oldValue) | fm.liveswitch.Info | static |
processBooleanArray(boolean[] newValues, boolean[] oldValues) | fm.liveswitch.Info | static |
processDouble(double newValue, double oldValue) | fm.liveswitch.Info | static |
processFloat(float newValue, float oldValue) | fm.liveswitch.Info | static |
processFloatArray(float[] newValues, float[] oldValues) | fm.liveswitch.Info | static |
processFloatArray(double[] newValues, double[] oldValues) | fm.liveswitch.Info | static |
processInteger(int newValue, int oldValue) | fm.liveswitch.Info | static |
processIntegerArray(int[] newValues, int[] oldValues) | fm.liveswitch.Info | static |
processLong(long newValue, long oldValue) | fm.liveswitch.Info | static |
processLongArray(long[] newValues, long[] oldValues) | fm.liveswitch.Info | static |
processObject(T newValue, T oldValue) | fm.liveswitch.Info | static |
processShort(short newValue, short oldValue) | fm.liveswitch.Info | static |
processShortArray(short[] newValues, short[] oldValues) | fm.liveswitch.Info | static |
processString(String newValue, String oldValue) | fm.liveswitch.Info | static |
serializeProperties(java.util.HashMap< String, String > jsonObject) | fm.liveswitch.MessageInfo | protected |
setChannelId(String value) | fm.liveswitch.MessageInfo | |
setClientId(String value) | fm.liveswitch.MessageInfo | |
setDeviceId(String value) | fm.liveswitch.MessageInfo | |
setId(String value) | fm.liveswitch.Info | |
setPayload(String value) | fm.liveswitch.MessageInfo | |
setUserId(String value) | fm.liveswitch.MessageInfo | |
toJson(fm.liveswitch.MessageInfo messageInfo) | fm.liveswitch.MessageInfo | static |
toJson() | fm.liveswitch.MessageInfo | |