Filter class

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

Implemented types
Annotations
  • @JsonSerializable()

Constructors

Filter({required String topic, String? source})
Filter.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
Optional message source content filter as defined in section 9.4.4 of the ONVIF Core Specification.
final
topic String
Topic filter as defined in section 9.6.3 of the ONVIF Core Specification.
final

Methods

buildXml(XmlBuilder builder, {String tag = 'Filter', String? namespace = Xmlns.tt}) → void
override
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

Operators

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