GetDeviceInformationResponse class

This operation gets basic device information from the device.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

GetDeviceInformationResponse.new(dynamic xmlManufacturer, dynamic xmlModel, dynamic xmlFirmwareVersion, dynamic xmlSerialNumber, dynamic xmlHardwareId)
GetDeviceInformationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

firmwareVersion String
The firmware version in the device.
no setter
hardwareId String
The hardware ID of the device.
no setter
hashCode int
The hash code for this object.
no setterinherited
manufacturer String
The manufactor of the device.
no setter
model String
The device model.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String
The serial number of the device.
no setter
xmlFirmwareVersion → dynamic
final
xmlHardwareId → dynamic
final
xmlManufacturer → dynamic
final
xmlModel → dynamic
final
xmlSerialNumber → dynamic
final

Methods

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

Operators

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