Class SpoofDetectionCheckResult
-
- All Implemented Interfaces:
@Serializable() public final class SpoofDetectionCheckResult
-
-
Field Summary
Fields Modifier and Type Field Description private final SpoofCheckcheckprivate final SpoofCheckSeverityseverityprivate final Stringversionprivate final SpoofCheckResultStatusresultprivate final Doubleconfidenceprivate final SpoofCheckReasonreason
-
Constructor Summary
Constructors Constructor Description SpoofDetectionCheckResult(SpoofCheck check, SpoofCheckSeverity severity, String version, SpoofCheckResultStatus result, Double confidence, SpoofCheckReason reason)
-
Method Summary
Modifier and Type Method Description final SpoofCheckgetCheck()final SpoofCheckSeveritygetSeverity()final StringgetVersion()final SpoofCheckResultStatusgetResult()final DoublegetConfidence()final SpoofCheckReasongetReason()-
-
Constructor Detail
-
SpoofDetectionCheckResult
SpoofDetectionCheckResult(SpoofCheck check, SpoofCheckSeverity severity, String version, SpoofCheckResultStatus result, Double confidence, SpoofCheckReason reason)
-
-
Method Detail
-
getCheck
final SpoofCheck getCheck()
-
getSeverity
final SpoofCheckSeverity getSeverity()
-
getVersion
final String getVersion()
-
getResult
final SpoofCheckResultStatus getResult()
-
getConfidence
final Double getConfidence()
-
getReason
final SpoofCheckReason getReason()
-
-
-
-