EntityScreeningHitAnalysis class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EntityScreeningHitAnalysis({MatchSummaryCode? documents, MatchSummaryCode? emailAddresses, MatchSummaryCode? locations, MatchSummaryCode? names, MatchSummaryCode? phoneNumbers, MatchSummaryCode? urls, required double searchTermsVersion})
-
EntityScreeningHitAnalysis.fromJson(Map<
String, dynamic> json) -
factory
Properties
- documents → MatchSummaryCode?
-
final
- emailAddresses → MatchSummaryCode?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- locations → MatchSummaryCode?
-
final
- names → MatchSummaryCode?
-
final
- phoneNumbers → MatchSummaryCode?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchTermsVersion → double
-
final
- urls → MatchSummaryCode?
-
final
Methods
-
copyWith(
{MatchSummaryCode? documents, MatchSummaryCode? emailAddresses, MatchSummaryCode? locations, MatchSummaryCode? names, MatchSummaryCode? phoneNumbers, MatchSummaryCode? urls, double? searchTermsVersion}) → EntityScreeningHitAnalysis -
Available on EntityScreeningHitAnalysis, provided by the $EntityScreeningHitAnalysisExtension extension
-
copyWithWrapped(
{Wrapped< MatchSummaryCode?> ? documents, Wrapped<MatchSummaryCode?> ? emailAddresses, Wrapped<MatchSummaryCode?> ? locations, Wrapped<MatchSummaryCode?> ? names, Wrapped<MatchSummaryCode?> ? phoneNumbers, Wrapped<MatchSummaryCode?> ? urls, Wrapped<double> ? searchTermsVersion}) → EntityScreeningHitAnalysis -
Available on EntityScreeningHitAnalysis, provided by the $EntityScreeningHitAnalysisExtension extension
-
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 ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const EntityScreeningHitAnalysis Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(EntityScreeningHitAnalysis instance)