Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning.validation
/
SnapshotValidator
/
ValidationResult
Validation
Result
@
Serializable
data
class
ValidationResult
(
val
isValid
:
Boolean
,
val
hasWarnings
:
Boolean
,
val
hasFailed
:
Boolean
,
val
issues
:
List
<
SnapshotValidator.ValidationIssue
>
,
val
snapshotCount
:
Int
,
val
totalTimeSpan
:
Double
,
val
totalDistance
:
Double
)
Members
Constructors
Validation
Result
Link copied to clipboard
constructor
(
isValid
:
Boolean
,
hasWarnings
:
Boolean
,
hasFailed
:
Boolean
,
issues
:
List
<
SnapshotValidator.ValidationIssue
>
,
snapshotCount
:
Int
,
totalTimeSpan
:
Double
,
totalDistance
:
Double
)
Properties
has
Failed
Link copied to clipboard
val
hasFailed
:
Boolean
has
Warnings
Link copied to clipboard
val
hasWarnings
:
Boolean
issues
Link copied to clipboard
val
issues
:
List
<
SnapshotValidator.ValidationIssue
>
is
Valid
Link copied to clipboard
val
isValid
:
Boolean
snapshot
Count
Link copied to clipboard
val
snapshotCount
:
Int
total
Distance
Link copied to clipboard
val
totalDistance
:
Double
total
Time
Span
Link copied to clipboard
val
totalTimeSpan
:
Double
Functions
get
Desciption
Message
Link copied to clipboard
fun
getDesciptionMessage
(
)
:
String
get
Failure
Issues
Link copied to clipboard
fun
getFailureIssues
(
)
:
List
<
SnapshotValidator.ValidationIssue
>
get
Summary
Message
Link copied to clipboard
fun
getSummaryMessage
(
)
:
String
?
get
Warning
Issues
Link copied to clipboard
fun
getWarningIssues
(
)
:
List
<
SnapshotValidator.ValidationIssue
>