sunday-generator
1.1.0-beta.2
generator
/
io.outfoxx.sunday.generator.common
/
APIProcessor
/
Result
Result
data
class
Result
(
val
document
:
Document
,
val
shapeIndex
:
ShapeIndex
,
validationReport
:
AMFValidationReport
)
Types
Constructors
Properties
Constructors
Result
Link copied to clipboard
fun
Result
(
document
:
Document
,
shapeIndex
:
ShapeIndex
,
validationReport
:
AMFValidationReport
)
Types
Entry
Link copied to clipboard
data
class
Entry
(
val
level
:
APIProcessor.Result.Level
,
val
file
:
String
,
val
line
:
Int
,
val
message
:
String
)
Level
Link copied to clipboard
enum
Level
:
Enum
<
APIProcessor.Result.Level
>
Properties
document
Link copied to clipboard
val
document
:
Document
is
Valid
Link copied to clipboard
val
isValid
:
Boolean
shape
Index
Link copied to clipboard
val
shapeIndex
:
ShapeIndex
validation
Log
Link copied to clipboard
val
validationLog
:
List
<
APIProcessor.Result.Entry
>