Candidate pair report. More...
Public Member Functions | |
CandidatePairReport () | |
Initializes a new instance of the fm.liveswitch.CandidatePairReport class. More... | |
fm.liveswitch.NullableLong | getBytesReceived () |
Gets the number of candidate pair bytes received. More... | |
fm.liveswitch.NullableLong | getBytesSent () |
Gets the number of candidate pair bytes sent. More... | |
fm.liveswitch.NullableLong | getConsentRequestsReceived () |
Gets the number of candidate pair consent requests received. More... | |
fm.liveswitch.NullableLong | getConsentRequestsSent () |
Gets the number of candidate pair consent requests sent. More... | |
fm.liveswitch.NullableLong | getConsentResponsesReceived () |
Gets the number of candidate pair consent responses received. More... | |
fm.liveswitch.NullableLong | getConsentResponsesSent () |
Gets the number of candidate pair consent responses sent. More... | |
fm.liveswitch.NullableInteger | getCurrentRoundTripTime () |
Gets the candidate pair current round trip time in milliseconds. More... | |
fm.liveswitch.NullableLong | getRequestsReceived () |
Gets the number of candidate pair requests received. More... | |
fm.liveswitch.NullableLong | getRequestsSent () |
Gets the number of candidate pair requests sent. More... | |
fm.liveswitch.NullableLong | getResponsesReceived () |
Gets the number of candidate pair responses received. More... | |
fm.liveswitch.NullableLong | getResponsesSent () |
Gets the number of candidate pair responses sent. More... | |
fm.liveswitch.NullableInteger | getTotalRoundTripTime () |
Gets the candidate pair total round trip time in milliseconds. More... | |
void | setBytesReceived (fm.liveswitch.NullableLong value) |
Sets the number of candidate pair bytes received. More... | |
void | setBytesSent (fm.liveswitch.NullableLong value) |
Sets the number of candidate pair bytes sent. More... | |
void | setConsentRequestsReceived (fm.liveswitch.NullableLong value) |
Sets the number of candidate pair consent requests received. More... | |
void | setConsentRequestsSent (fm.liveswitch.NullableLong value) |
Sets the number of candidate pair consent requests sent. More... | |
void | setConsentResponsesReceived (fm.liveswitch.NullableLong value) |
Sets the number of candidate pair consent responses received. More... | |
void | setConsentResponsesSent (fm.liveswitch.NullableLong value) |
Sets the number of candidate pair consent responses sent. More... | |
void | setCurrentRoundTripTime (fm.liveswitch.NullableInteger value) |
Sets the candidate pair current round trip time in milliseconds. More... | |
void | setRequestsReceived (fm.liveswitch.NullableLong value) |
Sets the number of candidate pair requests received. More... | |
void | setRequestsSent (fm.liveswitch.NullableLong value) |
Sets the number of candidate pair requests sent. More... | |
void | setResponsesReceived (fm.liveswitch.NullableLong value) |
Sets the number of candidate pair responses received. More... | |
void | setResponsesSent (fm.liveswitch.NullableLong value) |
Sets the number of candidate pair responses sent. More... | |
void | setTotalRoundTripTime (fm.liveswitch.NullableInteger value) |
Sets the candidate pair total round trip time in milliseconds. More... | |
String | toJson () |
Serializes this instance to JSON. More... | |
Static Public Member Functions | |
static fm.liveswitch.CandidatePairReport | fromJson (String instanceJson) |
Deserializes an instance from JSON. More... | |
static fm.liveswitch.CandidatePairReport[] | fromJsonArray (String arrayJson) |
Derializes an array from JSON. More... | |
static String | toJson (fm.liveswitch.CandidatePairReport instance) |
Serializes an instance to JSON. More... | |
static String | toJsonArray (fm.liveswitch.CandidatePairReport[] array) |
Serializes an array to JSON. More... | |
Static Public Member Functions inherited from fm.liveswitch.Report | |
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... | |
void | serializeProperties (java.util.HashMap< String, String > jsonObject) |
Serializes the properties. More... | |
Protected Member Functions inherited from fm.liveswitch.Report | |
Report () | |
Candidate pair report.
fm.liveswitch.CandidatePairReport.CandidatePairReport | ( | ) |
Initializes a new instance of the fm.liveswitch.CandidatePairReport class.
|
protected |
Deserializes the properties.
key | The key. |
valueJson | The value in JSON format. |
Reimplemented from fm.liveswitch.Report.
|
static |
Deserializes an instance from JSON.
instanceJson | The instance JSON. |
|
static |
Derializes an array from JSON.
arrayJson | The array JSON. |
fm.liveswitch.NullableLong fm.liveswitch.CandidatePairReport.getBytesReceived | ( | ) |
Gets the number of candidate pair bytes received.
fm.liveswitch.NullableLong fm.liveswitch.CandidatePairReport.getBytesSent | ( | ) |
Gets the number of candidate pair bytes sent.
fm.liveswitch.NullableLong fm.liveswitch.CandidatePairReport.getConsentRequestsReceived | ( | ) |
Gets the number of candidate pair consent requests received.
fm.liveswitch.NullableLong fm.liveswitch.CandidatePairReport.getConsentRequestsSent | ( | ) |
Gets the number of candidate pair consent requests sent.
fm.liveswitch.NullableLong fm.liveswitch.CandidatePairReport.getConsentResponsesReceived | ( | ) |
Gets the number of candidate pair consent responses received.
fm.liveswitch.NullableLong fm.liveswitch.CandidatePairReport.getConsentResponsesSent | ( | ) |
Gets the number of candidate pair consent responses sent.
fm.liveswitch.NullableInteger fm.liveswitch.CandidatePairReport.getCurrentRoundTripTime | ( | ) |
Gets the candidate pair current round trip time in milliseconds.
fm.liveswitch.NullableLong fm.liveswitch.CandidatePairReport.getRequestsReceived | ( | ) |
Gets the number of candidate pair requests received.
fm.liveswitch.NullableLong fm.liveswitch.CandidatePairReport.getRequestsSent | ( | ) |
Gets the number of candidate pair requests sent.
fm.liveswitch.NullableLong fm.liveswitch.CandidatePairReport.getResponsesReceived | ( | ) |
Gets the number of candidate pair responses received.
fm.liveswitch.NullableLong fm.liveswitch.CandidatePairReport.getResponsesSent | ( | ) |
Gets the number of candidate pair responses sent.
fm.liveswitch.NullableInteger fm.liveswitch.CandidatePairReport.getTotalRoundTripTime | ( | ) |
Gets the candidate pair total round trip time in milliseconds.
|
protected |
Serializes the properties.
jsonObject | The JSON object. |
Reimplemented from fm.liveswitch.Report.
void fm.liveswitch.CandidatePairReport.setBytesReceived | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of candidate pair bytes received.
void fm.liveswitch.CandidatePairReport.setBytesSent | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of candidate pair bytes sent.
void fm.liveswitch.CandidatePairReport.setConsentRequestsReceived | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of candidate pair consent requests received.
void fm.liveswitch.CandidatePairReport.setConsentRequestsSent | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of candidate pair consent requests sent.
void fm.liveswitch.CandidatePairReport.setConsentResponsesReceived | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of candidate pair consent responses received.
void fm.liveswitch.CandidatePairReport.setConsentResponsesSent | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of candidate pair consent responses sent.
void fm.liveswitch.CandidatePairReport.setCurrentRoundTripTime | ( | fm.liveswitch.NullableInteger | value | ) |
Sets the candidate pair current round trip time in milliseconds.
void fm.liveswitch.CandidatePairReport.setRequestsReceived | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of candidate pair requests received.
void fm.liveswitch.CandidatePairReport.setRequestsSent | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of candidate pair requests sent.
void fm.liveswitch.CandidatePairReport.setResponsesReceived | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of candidate pair responses received.
void fm.liveswitch.CandidatePairReport.setResponsesSent | ( | fm.liveswitch.NullableLong | value | ) |
Sets the number of candidate pair responses sent.
void fm.liveswitch.CandidatePairReport.setTotalRoundTripTime | ( | fm.liveswitch.NullableInteger | value | ) |
Sets the candidate pair total round trip time in milliseconds.
String fm.liveswitch.CandidatePairReport.toJson | ( | ) |
Serializes this instance to JSON.
|
static |
Serializes an instance to JSON.
instance | The instance. |
|
static |
Serializes an array to JSON.
array | The array. |