QueryItem class

A single DNS query.

Annotations
  • @freezed

Constructors

QueryItem({required DateTime timestamp, required String queryType, required String domain, required String clientName, required QueryStatus queryStatus, required DnsSecStatus dnsSecStatus, required double delta})
factory

Properties

clientName String
Alphanumeric client name.
no setterinherited
copyWith → $QueryItemCopyWith<QueryItem>
no setterinherited
delta double
Parse duration in milliseconds.
no setterinherited
dnsSecStatus DnsSecStatus
DNSSEC status.
no setterinherited
domain String
Query request source.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
pageKey int
latefinal
queryStatus QueryStatus
Query status.
no setterinherited
queryType String
Type of query.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
Timestamp of incoming query.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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