state property

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

Holds the aggregated state over the whole RecordingJobInformation structure.

Implementation

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