state property

  1. @JsonKey(name: 'State', fromJson: OnvifUtil.stringMappedFromXml)
String state
final

Holds the aggregated state over all substructures of RecordingJobStateSource.

Implementation

@JsonKey(name: 'State', fromJson: OnvifUtil.stringMappedFromXml)
final String state;