Represents a single Client state transition record with timing information. More...
Instance Methods | |
(NSString *) | - clientStateString |
Gets the string representation of the client state. More... | |
(NSDate *) | - dateTime |
Gets the UTC datetime when the state transition occurred. More... | |
(instancetype) | - init |
(void) | - setDateTime: |
Sets the UTC datetime when the state transition occurred. More... | |
(void) | - setState: |
Sets the Client state. More... | |
(void) | - setTimeStamp: |
Sets the millisecond timestamp when the state transition occurred. More... | |
(FMLiveSwitchClientState) | - state |
Gets the Client state. More... | |
(long long) | - timeStamp |
Gets the millisecond timestamp when the state transition occurred. More... | |
Class Methods | |
(FMLiveSwitchClientStateRecord *) | + clientStateRecord |
Represents a single Client state transition record with timing information.
+ (FMLiveSwitchClientStateRecord*) clientStateRecord |
- (NSString*) clientStateString |
Gets the string representation of the client state.
- (NSDate*) dateTime |
Gets the UTC datetime when the state transition occurred.
- (instancetype) init |
- (void) setDateTime: | (NSDate *) | value |
Sets the UTC datetime when the state transition occurred.
- (void) setState: | (FMLiveSwitchClientState) | value |
Sets the Client state.
- (void) setTimeStamp: | (long long) | value |
Sets the millisecond timestamp when the state transition occurred.
- (FMLiveSwitchClientState) state |
Gets the Client state.
- (long long) timeStamp |
Gets the millisecond timestamp when the state transition occurred.