RecordingEventFilter class

Optional filter defining on which event condition a recording job gets active.

Annotations
  • @JsonSerializable()

Constructors

RecordingEventFilter({required List<Filter> filters, String? before, String? after})
RecordingEventFilter.fromJson(Map<String, dynamic> json)
factory

Properties

after String?
Optional time-span to record after the actual event condition becomes inactive.
final
before String?
Optional time-span to record before the actual event condition became active.
final
filters List<Filter>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override
toXml() → void

Operators

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