GetDeviceInformationResponse class Null safety

This operation gets basic device information from the device.

Annotations

Constructors

GetDeviceInformationResponse(String manufacturer, String model, dynamic firmwareVersion, dynamic serialNumber, dynamic hardwareId)
GetDeviceInformationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

firmwareVersion → dynamic
The firmware version in the device.
@JsonKey(name: 'FirmwareVersion', fromJson: OnvifUtil.mappedToString), final
hardwareId → dynamic
The hardware ID of the device.
@JsonKey(name: 'HardwareId', fromJson: OnvifUtil.mappedToString), final
hashCode int
The hash code for this object.
read-only, inherited
manufacturer String
The manufactor of the device.
@JsonKey(name: 'Manufacturer', fromJson: OnvifUtil.mappedToString), final
model String
The device model.
@JsonKey(name: 'Model', fromJson: OnvifUtil.mappedToString), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serialNumber → dynamic
The serial number of the device.
@JsonKey(name: 'SerialNumber', fromJson: OnvifUtil.mappedToString), final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited