Candidate pair information. More...
Instance Methods | |
(void) | - deserializePropertiesWithKey:valueJson: |
Deserializes the properties. More... | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchCandidatePairInfo class. More... | |
(NSString *) | - localCandidateId |
Gets the candidate pair's local candidate identifier. More... | |
(FMLiveSwitchNullableBool *) | - nominated |
Gets whether the candidate pair is nominated. More... | |
(FMLiveSwitchNullableLong *) | - priority |
Gets the candidate pair priority. More... | |
(NSString *) | - remoteCandidateId |
Gets the candidate pair's remote candidate identifier. More... | |
(FMLiveSwitchCandidatePairReport *) | - report |
Gets whether the candidate pair report. More... | |
(void) | - serializePropertiesWithJsonObject: |
Serializes the properties. More... | |
(void) | - setLocalCandidateId: |
Sets the candidate pair's local candidate identifier. More... | |
(void) | - setNominated: |
Sets whether the candidate pair is nominated. More... | |
(void) | - setPriority: |
Sets the candidate pair priority. More... | |
(void) | - setRemoteCandidateId: |
Sets the candidate pair's remote candidate identifier. More... | |
(void) | - setReport: |
Sets whether the candidate pair report. More... | |
(void) | - setState: |
Sets the candidate pair state. More... | |
(NSString *) | - state |
Gets the candidate pair state. 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 | |
(FMLiveSwitchCandidatePairInfo *) | + candidatePairInfo |
Initializes a new instance of the FMLiveSwitchCandidatePairInfo class. More... | |
(NSMutableArray *) | + fromJsonArrayWithArrayJson: |
Derializes an array from JSON. More... | |
(FMLiveSwitchCandidatePairInfo *) | + fromJsonWithInstanceJson: |
Deserializes an instance from JSON. More... | |
(NSString *) | + toJsonArray: |
Serializes an array to JSON. More... | |
(NSString *) | + toJsonWithInstance: |
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... | |
Candidate pair information.
+ (FMLiveSwitchCandidatePairInfo*) candidatePairInfo |
Initializes a new instance of the FMLiveSwitchCandidatePairInfo class.
Deserializes the properties.
key | The key. |
valueJson | The value in JSON format. |
Implements FMLiveSwitchInfo.
+ (NSMutableArray*) fromJsonArrayWithArrayJson: | (NSString *) | arrayJson |
Derializes an array from JSON.
arrayJson | The array JSON. |
+ (FMLiveSwitchCandidatePairInfo*) fromJsonWithInstanceJson: | (NSString *) | instanceJson |
Deserializes an instance from JSON.
instanceJson | The instance JSON. |
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchCandidatePairInfo class.
Implements FMLiveSwitchInfo.
- (NSString*) localCandidateId |
Gets the candidate pair's local candidate identifier.
- (FMLiveSwitchNullableBool*) nominated |
Gets whether the candidate pair is nominated.
- (FMLiveSwitchNullableLong*) priority |
Gets the candidate pair priority.
- (NSString*) remoteCandidateId |
Gets the candidate pair's remote candidate identifier.
- (FMLiveSwitchCandidatePairReport*) report |
Gets whether the candidate pair report.
- (void) setLocalCandidateId: | (NSString *) | value |
Sets the candidate pair's local candidate identifier.
- (void) setNominated: | (FMLiveSwitchNullableBool *) | value |
Sets whether the candidate pair is nominated.
- (void) setPriority: | (FMLiveSwitchNullableLong *) | value |
Sets the candidate pair priority.
- (void) setRemoteCandidateId: | (NSString *) | value |
Sets the candidate pair's remote candidate identifier.
- (void) setReport: | (FMLiveSwitchCandidatePairReport *) | value |
Sets whether the candidate pair report.
- (void) setState: | (NSString *) | value |
Sets the candidate pair state.
- (NSString*) state |
Gets the candidate pair state.
- (NSString*) toJson |
Serializes this instance to JSON.
+ (NSString*) toJsonArray: | (NSMutableArray *) | array |
Serializes an array to JSON.
array | The array. |
+ (NSString*) toJsonWithInstance: | (FMLiveSwitchCandidatePairInfo *) | instance |
Serializes an instance to JSON.
instance | The instance. |