Body class

represents the body of the XML SOAP response.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Body({dynamic fault, GetSystemDateAndTimeResponse? dateTimeResponse, GetCapabilitiesResponse? capabilitiesResponse, GetConfigurationResponse? configurationResponse, GetConfigurationsResponse? configurationsResponse, GetDeviceInformationResponse? deviceInformationResponse, GetAudioSourcesResponse? audioSourcesResponse, GetVideoSourcesResponse? videoSourcesResponse, GetProfilesResponse? profilesResponse, GetServicesResponse? servicesResponse, GetPresetResponse? getPresetResponse, SetPresetResponse? setPresetResponse, GetUriResponse? snapshotUriResponse, GetUriResponse? streamUriResponse, GetNetworkProtocolsResponse? networkProtocolsResponse, GetStatusResponse? statusResponse, GetHostnameResponse? hostnameResponse, GetNTPResponse? ntpResponse, GetSystemUrisResponse? systemUrisResponse, GetUsersResponse? usersResponse, ProbeMatches? probeMatches})
Body.fromJson(Map<String, dynamic> json)
factory

Properties

audioSourcesResponse GetAudioSourcesResponse?
This operation lists all available physical audio inputs of the device.
final
capabilitiesResponse GetCapabilitiesResponse?
This operation has been replaced by the more generic GetServices method. For capabilities of individual services refer to the DeviceManagement.getServiceCapabilities methods.
final
configurationResponse GetConfigurationResponse?
Get a specific PTZconfiguration from the device, identified by its reference token or name.
final
configurationsResponse GetConfigurationsResponse?
Get a specific PTZconfiguration from the device, identified by its reference token or name.
final
dateTimeResponse GetSystemDateAndTimeResponse?
This operation gets the device system date and time. The device shall support the return of the daylight saving setting and of the manual system date and time (if applicable) or indication of NTP time (if applicable) through the DeviceManagement.getSystemDateAndTime command. A device shall provide the UTCDateTime information.
final
deviceInformationResponse GetDeviceInformationResponse?
This operation gets basic device information from the device.
final
fault → dynamic
final
getPresetResponse GetPresetResponse?
final
hasFault bool
no setter
hashCode int
The hash code for this object.
no setterinherited
hostnameResponse GetHostnameResponse?
final
networkProtocolsResponse GetNetworkProtocolsResponse?
final
ntpResponse GetNTPResponse?
final
probeMatches ProbeMatches?
final
profilesResponse GetProfilesResponse?
Any endpoint can ask for the existing media profiles of a device using the Media.getProfiles command. Pre-configured or dynamically configured profiles can be retrieved using this command. This command lists all configured profiles in a device. The client does not need to know the media profile in order to use the command.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicesResponse GetServicesResponse?
final
setPresetResponse SetPresetResponse?
final
snapshotUriResponse GetUriResponse?
final
statusResponse GetStatusResponse?
final
streamUriResponse GetUriResponse?
final
systemUrisResponse GetSystemUrisResponse?
final
usersResponse GetUsersResponse?
final
videoSourcesResponse GetVideoSourcesResponse?
This operation lists all available physical video inputs of the device.
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