Channel information. More...
Instance Methods | |
| (NSString *) | - applicationId |
| Gets the application identifier. More... | |
| (void) | - deserializePropertiesWithKey:valueJson: |
| Deserializes the properties. More... | |
| (instancetype) | - init |
| (bool) | - recording |
| Gets whether the channel is recording. More... | |
| (FMLiveSwitchChannelReport *) | - report |
| Gets the channel report. More... | |
| (void) | - serializePropertiesWithJsonObject: |
| Serializes the properties. More... | |
| (void) | - setApplicationId: |
| Sets the application identifier. More... | |
| (void) | - setRecording: |
| Sets whether the channel is recording. More... | |
| (void) | - setReport: |
| Sets the channel report. More... | |
| (NSString *) | - toJson |
| Serializes this instance to Json. More... | |
Instance Methods inherited from FMLiveSwitchInfo | |
| (NSString *) | - id |
| Gets the identifier. More... | |
| (void) | - setId: |
| Sets the identifier. More... | |
Class Methods | |
| (FMLiveSwitchChannelInfo *) | + channelInfo |
| (FMLiveSwitchChannelInfo *) | + fromJsonWithChannelInfoJson: |
| Deserializes Json to a ChannelInfo. More... | |
| (NSString *) | + toJsonWithChannel: |
| Serializes an instance to Json. More... | |
Class Methods inherited from FMLiveSwitchInfo | |
| (FMLiveSwitchInfo *) | + info |
| (NSMutableArray *) | + processArrayWithNewValues:oldValues: |
| Processes an array for an info. More... | |
| (NSMutableArray *) | + processBooleanArrayWithNewValues:oldValues: |
| Processes a boolean array for an info. More... | |
| (FMLiveSwitchNullableBool *) | + processBooleanWithNewValue:oldValue: |
| Processes a boolean for an info. More... | |
| (FMLiveSwitchNullableDouble *) | + processDoubleWithNewValue:oldValue: |
| Processes a double for an info. More... | |
| (NSMutableArray *) | + processFloatArrayWithNewValues:oldValues: |
| Processes a float array for an info. More... | |
| (FMLiveSwitchNullableFloat *) | + processFloatWithNewValue:oldValue: |
| Processes a float for an info. More... | |
| (NSMutableArray *) | + processIntegerArrayWithNewValues:oldValues: |
| Processes a integer array for an info. More... | |
| (FMLiveSwitchNullableInt *) | + processIntegerWithNewValue:oldValue: |
| Processes an integer for an info. More... | |
| (NSMutableArray *) | + processLongArrayWithNewValues:oldValues: |
| Processes a long array for an info. More... | |
| (FMLiveSwitchNullableLong *) | + processLongWithNewValue:oldValue: |
| Processes a long for an info. More... | |
| (NSObject< FMLiveSwitchIEquivalent > *) | + processObjectWithNewValue:oldValue: |
| Processes an object for an info. More... | |
| (NSMutableArray *) | + processShortArrayWithNewValues:oldValues: |
| Processes a short array for an info. More... | |
| (FMLiveSwitchNullableShort *) | + processShortWithNewValue:oldValue: |
| Processes a short for an info. More... | |
| (NSString *) | + processStringWithNewValue:oldValue: |
| Processes a string for an info. More... | |
Channel information.
| - (NSString*) applicationId |
Gets the application identifier.
| + (FMLiveSwitchChannelInfo*) channelInfo |
Deserializes the properties.
| key | The key. |
| valueJson | The value in JSON format. |
Implements FMLiveSwitchInfo.
| + (FMLiveSwitchChannelInfo*) fromJsonWithChannelInfoJson: | (NSString *) | channelInfoJson |
Deserializes Json to a ChannelInfo.
| channelInfoJson | The serialized Json. |
| - (instancetype) init |
Implements FMLiveSwitchInfo.
| - (bool) recording |
Gets whether the channel is recording.
| - (FMLiveSwitchChannelReport*) report |
Gets the channel report.
| - (void) setApplicationId: | (NSString *) | value |
Sets the application identifier.
| - (void) setRecording: | (bool) | value |
Sets whether the channel is recording.
| - (void) setReport: | (FMLiveSwitchChannelReport *) | value |
Sets the channel report.
| - (NSString*) toJson |
Serializes this instance to Json.
| + (NSString*) toJsonWithChannel: | (FMLiveSwitchChannelInfo *) | channel |
Serializes an instance to Json.
| channel | The instance to serialize. |