Represents a single connection state transition record with timing information. More...
Public Member Functions | |
ConnectionStateRecord () | |
boolean | getAnswer () |
Gets the value indicating that an answer was processed. More... | |
String | getConnectionStateString () |
Gets the string representation of the connection state. More... | |
java.util.Date | getDateTime () |
Gets the UTC datetime when the state transition occurred. More... | |
String | getError () |
Gets the error. More... | |
boolean | getMediaIntent () |
Gets the value indicating that a media intent was processed. More... | |
boolean | getOffer () |
Gets the value indicating that an offer was processed. More... | |
boolean | getSent () |
Gets the value indicating whether a message was sent or received. More... | |
fm.liveswitch.ConnectionState | getState () |
Gets the connection state. More... | |
long | getTimeStamp () |
Gets the millisecond timestamp when the state transition occurred. More... | |
void | setAnswer (boolean value) |
Sets the value indicating that an answer was processed. More... | |
void | setDateTime (java.util.Date value) |
Sets the UTC datetime when the state transition occurred. More... | |
void | setError (String value) |
Sets the error. More... | |
void | setMediaIntent (boolean value) |
Sets the value indicating that a media intent was processed. More... | |
void | setOffer (boolean value) |
Sets the value indicating that an offer was processed. More... | |
void | setSent (boolean value) |
Sets the value indicating whether a message was sent or received. More... | |
void | setState (fm.liveswitch.ConnectionState value) |
Sets the connection state. More... | |
void | setTimeStamp (long value) |
Sets the millisecond timestamp when the state transition occurred. More... | |
Represents a single connection state transition record with timing information.
fm.liveswitch.ConnectionStateRecord.ConnectionStateRecord | ( | ) |
boolean fm.liveswitch.ConnectionStateRecord.getAnswer | ( | ) |
Gets the value indicating that an answer was processed.
String fm.liveswitch.ConnectionStateRecord.getConnectionStateString | ( | ) |
Gets the string representation of the connection state.
java.util.Date fm.liveswitch.ConnectionStateRecord.getDateTime | ( | ) |
Gets the UTC datetime when the state transition occurred.
String fm.liveswitch.ConnectionStateRecord.getError | ( | ) |
Gets the error.
boolean fm.liveswitch.ConnectionStateRecord.getMediaIntent | ( | ) |
Gets the value indicating that a media intent was processed.
boolean fm.liveswitch.ConnectionStateRecord.getOffer | ( | ) |
Gets the value indicating that an offer was processed.
boolean fm.liveswitch.ConnectionStateRecord.getSent | ( | ) |
Gets the value indicating whether a message was sent or received.
fm.liveswitch.ConnectionState fm.liveswitch.ConnectionStateRecord.getState | ( | ) |
Gets the connection state.
long fm.liveswitch.ConnectionStateRecord.getTimeStamp | ( | ) |
Gets the millisecond timestamp when the state transition occurred.
void fm.liveswitch.ConnectionStateRecord.setAnswer | ( | boolean | value | ) |
Sets the value indicating that an answer was processed.
void fm.liveswitch.ConnectionStateRecord.setDateTime | ( | java.util.Date | value | ) |
Sets the UTC datetime when the state transition occurred.
void fm.liveswitch.ConnectionStateRecord.setError | ( | String | value | ) |
Sets the error.
void fm.liveswitch.ConnectionStateRecord.setMediaIntent | ( | boolean | value | ) |
Sets the value indicating that a media intent was processed.
void fm.liveswitch.ConnectionStateRecord.setOffer | ( | boolean | value | ) |
Sets the value indicating that an offer was processed.
void fm.liveswitch.ConnectionStateRecord.setSent | ( | boolean | value | ) |
Sets the value indicating whether a message was sent or received.
void fm.liveswitch.ConnectionStateRecord.setState | ( | fm.liveswitch.ConnectionState | value | ) |
Sets the connection state.
void fm.liveswitch.ConnectionStateRecord.setTimeStamp | ( | long | value | ) |
Sets the millisecond timestamp when the state transition occurred.