| - (NSMutableData*) dataBytes |
| - (NSString*) dataJson |
| + (NSDate*) deserializeTimestampWithTimestampJson: | (NSString *) | timestampJson |
| - (NSString*) error |
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchSerializable class.
Implements FMLiveSwitchSignallingExtensible.
| - (bool) isBinary |
| + (FMLiveSwitchSignallingMessageBase*) messageBase |
| - (NSString*) redirectUrl |
| + (NSString*) serializeTimestamp: | (FMLiveSwitchNullableDate *) | timestamp |
| - (void) setDataBytes: | (NSMutableData *) | value |
| - (void) setDataJson: | (NSString *) | value |
| - (void) setError: | (NSString *) | value |
| - (void) setRedirectUrl: | (NSString *) | value |
| - (void) setStreamRedirectUrl: | (NSString *) | value |
| - (void) setSuccessful: | (bool) | value |
| - (void) setTimestamp: | (FMLiveSwitchNullableDate *) | value |
| - (void) setValidate: | (bool) | value |
| - (NSString*) streamRedirectUrl |
| - (bool) successful |
| - (FMLiveSwitchNullableDate*) timestamp |
| - (bool) validate |