fm.liveswitch.ClientStateRecord Class Reference

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...
 

Detailed Description

Represents a single Client state transition record with timing information.

Constructor & Destructor Documentation

◆ ClientStateRecord()

fm.liveswitch.ClientStateRecord.ClientStateRecord ( )

Member Function Documentation

◆ getClientStateString()

String fm.liveswitch.ClientStateRecord.getClientStateString ( )

Gets the string representation of the client state.

◆ getDateTime()

java.util.Date fm.liveswitch.ClientStateRecord.getDateTime ( )

Gets the UTC datetime when the state transition occurred.

◆ getState()

fm.liveswitch.ClientState fm.liveswitch.ClientStateRecord.getState ( )

Gets the Client state.

◆ getTimeStamp()

long fm.liveswitch.ClientStateRecord.getTimeStamp ( )

Gets the millisecond timestamp when the state transition occurred.

◆ setDateTime()

void fm.liveswitch.ClientStateRecord.setDateTime ( java.util.Date  value)

Sets the UTC datetime when the state transition occurred.

◆ setState()

void fm.liveswitch.ClientStateRecord.setState ( fm.liveswitch.ClientState  value)

Sets the Client state.

◆ setTimeStamp()

void fm.liveswitch.ClientStateRecord.setTimeStamp ( long  value)

Sets the millisecond timestamp when the state transition occurred.