Data stream report. More...
Instance Methods | |
| (FMLiveSwitchNullableLong *) | - bytesReceived |
| Gets the number of bytes received on this data stream. More... | |
| (FMLiveSwitchNullableLong *) | - bytesSent |
| Gets the number of bytes sent on this data stream. More... | |
| (void) | - deserializePropertiesWithKey:valueJson: |
| Deserializes the properties. More... | |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchDataStreamReport class. More... | |
| (FMLiveSwitchNullableLong *) | - messagesReceived |
| Gets the number of messages received on this data stream. More... | |
| (FMLiveSwitchNullableLong *) | - messagesSent |
| Gets the number of messages sent on this data stream. More... | |
| (void) | - serializePropertiesWithJsonObject: |
| Serializes the properties. More... | |
| (void) | - setBytesReceived: |
| Sets the number of bytes received on this data stream. More... | |
| (void) | - setBytesSent: |
| Sets the number of bytes sent on this data stream. More... | |
| (void) | - setMessagesReceived: |
| Sets the number of messages received on this data stream. More... | |
| (void) | - setMessagesSent: |
| Sets the number of messages sent on this data stream. More... | |
| (NSString *) | - toJson |
| Serializes this instance to Json. More... | |
Class Methods | |
| (FMLiveSwitchDataStreamReport *) | + dataStreamReport |
| Initializes a new instance of the FMLiveSwitchDataStreamReport class. More... | |
| (FMLiveSwitchDataStreamReport *) | + fromJsonWithDataStreamReportJson: |
| Deserializes Json to a DataStreamReport. More... | |
| (NSString *) | + toJsonWithDataStreamReport: |
| Serializes an instance to Json. More... | |
Class Methods inherited from FMLiveSwitchReport | |
| (NSMutableArray *) | + processArrayWithNewValues:oldValues: |
| Processes an array for a report. More... | |
| (NSMutableArray *) | + processBooleanArrayWithNewValues:oldValues: |
| Processes a boolean array for a report. More... | |
| (FMLiveSwitchNullableBool *) | + processBooleanWithNewValue:oldValue: |
| Processes a boolean for a report. More... | |
| (FMLiveSwitchNullableDouble *) | + processDoubleWithNewValue:oldValue: |
| Processes a double for a report. More... | |
| (NSMutableArray *) | + processFloatArrayWithNewValues:oldValues: |
| Processes a float array for a report. More... | |
| (FMLiveSwitchNullableFloat *) | + processFloatWithNewValue:oldValue: |
| Processes a float for a report. More... | |
| (NSMutableArray *) | + processIntegerArrayWithNewValues:oldValues: |
| Processes a integer array for a report. More... | |
| (FMLiveSwitchNullableInt *) | + processIntegerWithNewValue:oldValue: |
| Processes an integer for a report. More... | |
| (NSMutableArray *) | + processLongArrayWithNewValues:oldValues: |
| Processes a long array for a report. More... | |
| (FMLiveSwitchNullableLong *) | + processLongWithNewValue:oldValue: |
| Processes a long for a report. More... | |
| (NSObject< FMLiveSwitchIEquivalent > *) | + processObjectWithNewValue:oldValue: |
| Processes an array for a report. More... | |
| (NSMutableArray *) | + processShortArrayWithNewValues:oldValues: |
| Processes a short array for a report. More... | |
| (FMLiveSwitchNullableShort *) | + processShortWithNewValue:oldValue: |
| Processes a short for a report. More... | |
| (NSString *) | + processStringWithNewValue:oldValue: |
| Processes a string for a report. More... | |
| (FMLiveSwitchReport *) | + report |
Data stream report.
| - (FMLiveSwitchNullableLong*) bytesReceived |
Gets the number of bytes received on this data stream.
| - (FMLiveSwitchNullableLong*) bytesSent |
Gets the number of bytes sent on this data stream.
| + (FMLiveSwitchDataStreamReport*) dataStreamReport |
Initializes a new instance of the FMLiveSwitchDataStreamReport class.
Deserializes the properties.
| key | The key. |
| valueJson | The value in JSON format. |
Implements FMLiveSwitchReport.
| + (FMLiveSwitchDataStreamReport*) fromJsonWithDataStreamReportJson: | (NSString *) | dataStreamReportJson |
Deserializes Json to a DataStreamReport.
| dataStreamReportJson | The serialized Json. |
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchDataStreamReport class.
Implements FMLiveSwitchReport.
| - (FMLiveSwitchNullableLong*) messagesReceived |
Gets the number of messages received on this data stream.
| - (FMLiveSwitchNullableLong*) messagesSent |
Gets the number of messages sent on this data stream.
| - (void) setBytesReceived: | (FMLiveSwitchNullableLong *) | value |
Sets the number of bytes received on this data stream.
| - (void) setBytesSent: | (FMLiveSwitchNullableLong *) | value |
Sets the number of bytes sent on this data stream.
| - (void) setMessagesReceived: | (FMLiveSwitchNullableLong *) | value |
Sets the number of messages received on this data stream.
| - (void) setMessagesSent: | (FMLiveSwitchNullableLong *) | value |
Sets the number of messages sent on this data stream.
| - (NSString*) toJson |
Serializes this instance to Json.
| + (NSString*) toJsonWithDataStreamReport: | (FMLiveSwitchDataStreamReport *) | dataStreamReport |
Serializes an instance to Json.
| dataStreamReport | The instance to serialize. |