sourceId property

  1. @JsonKey(name: 'SourceId', fromJson: OnvifUtil.mappedToString)
String sourceId
final

Identifier for the source chosen by the client that creates the structure. This identifier is opaque to the device. Clients may use any type of URI for this field. A device shall support at least 128 characters.

Implementation

@JsonKey(name: 'SourceId', fromJson: OnvifUtil.mappedToString)
final String sourceId;