Instance Methods | |
(NSMutableData *) | - binaryContent |
(NSException *) | - exception |
(FMLiveSwitchNameValueCollection *) | - headers |
(instancetype) | - initWithRequestArgs: |
(NSMutableArray *) | - messages |
(FMLiveSwitchSignallingMessageRequestArgs *) | - requestArgs |
(int) | - retries |
(void) | - setBinaryContent: |
(void) | - setException: |
(void) | - setHeaders: |
(void) | - setMessages: |
(void) | - setRequestArgs: |
(void) | - setRetries: |
(void) | - setStatusCode: |
(void) | - setTextContent: |
(int) | - statusCode |
(NSString *) | - textContent |
Instance Methods inherited from FMLiveSwitchDynamic | |
(NSMutableDictionary< NSString *, id > *) | - dynamicProperties |
Gets all dynamic properties on this instance. More... | |
(id) | - getDynamicValueWithKey: |
Gets a property value from the local cache. More... | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
(void) | - setDynamicValueWithKey:value: |
Sets a property value in the local cache. More... | |
(bool) | - unsetDynamicValueWithKey: |
Removes a property value from the local cache. More... | |
Class Methods | |
(FMLiveSwitchSignallingMessageResponseArgs *) | + messageResponseArgsWithRequestArgs: |
Class Methods inherited from FMLiveSwitchDynamic | |
(FMLiveSwitchDynamic *) | + dynamic |
Class Methods inherited from FMLiveSwitchSerializable | |
(FMLiveSwitchSerializable *) | + serializable |
Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
- (NSMutableData*) binaryContent |
- (NSException*) exception |
- (FMLiveSwitchNameValueCollection*) headers |
- (instancetype) initWithRequestArgs: | (FMLiveSwitchSignallingMessageRequestArgs *) | requestArgs |
+ (FMLiveSwitchSignallingMessageResponseArgs*) messageResponseArgsWithRequestArgs: | (FMLiveSwitchSignallingMessageRequestArgs *) | requestArgs |
- (NSMutableArray*) messages |
- (FMLiveSwitchSignallingMessageRequestArgs*) requestArgs |
- (int) retries |
- (void) setBinaryContent: | (NSMutableData *) | value |
- (void) setException: | (NSException *) | value |
- (void) setHeaders: | (FMLiveSwitchNameValueCollection *) | value |
- (void) setMessages: | (NSMutableArray *) | value |
- (void) setRequestArgs: | (FMLiveSwitchSignallingMessageRequestArgs *) | value |
- (void) setRetries: | (int) | value |
- (void) setStatusCode: | (int) | value |
- (void) setTextContent: | (NSString *) | value |
- (int) statusCode |
- (NSString*) textContent |