Represents a single Client state transition record with timing information. More...
Public Member Functions | |
ClientStateRecord () | |
String | getClientStateString () |
Gets the string representation of the client state. More... | |
java.util.Date | getDateTime () |
Gets the UTC datetime when the state transition occurred. More... | |
fm.liveswitch.ClientState | getState () |
Gets the Client state. More... | |
long | getTimeStamp () |
Gets the millisecond timestamp when the state transition occurred. More... | |
void | setDateTime (java.util.Date value) |
Sets the UTC datetime when the state transition occurred. More... | |
void | setState (fm.liveswitch.ClientState value) |
Sets the Client state. More... | |
void | setTimeStamp (long value) |
Sets the millisecond timestamp when the state transition occurred. More... | |
Represents a single Client state transition record with timing information.
fm.liveswitch.ClientStateRecord.ClientStateRecord | ( | ) |
String fm.liveswitch.ClientStateRecord.getClientStateString | ( | ) |
Gets the string representation of the client state.
java.util.Date fm.liveswitch.ClientStateRecord.getDateTime | ( | ) |
Gets the UTC datetime when the state transition occurred.
fm.liveswitch.ClientState fm.liveswitch.ClientStateRecord.getState | ( | ) |
Gets the Client state.
long fm.liveswitch.ClientStateRecord.getTimeStamp | ( | ) |
Gets the millisecond timestamp when the state transition occurred.
void fm.liveswitch.ClientStateRecord.setDateTime | ( | java.util.Date | value | ) |
Sets the UTC datetime when the state transition occurred.
void fm.liveswitch.ClientStateRecord.setState | ( | fm.liveswitch.ClientState | value | ) |
Sets the Client state.
void fm.liveswitch.ClientStateRecord.setTimeStamp | ( | long | value | ) |
Sets the millisecond timestamp when the state transition occurred.