Package com.networknt.schema.output
Class OutputUnit
java.lang.Object
com.networknt.schema.output.OutputUnit
Represents an output unit.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
<OutputUnit> private String
private String
private String
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
isValid()
void
setAnnotations
(Map<String, Object> annotations) void
setDetails
(List<OutputUnit> details) void
setDroppedAnnotations
(Map<String, Object> droppedAnnotations) void
void
setEvaluationPath
(String evaluationPath) void
setInstanceLocation
(String instanceLocation) void
setSchemaLocation
(String schemaLocation) void
setValid
(boolean valid) toString()
-
Field Details
-
valid
private boolean valid -
evaluationPath
-
schemaLocation
-
instanceLocation
-
errors
-
annotations
-
droppedAnnotations
-
details
-
-
Constructor Details
-
OutputUnit
public OutputUnit()
-
-
Method Details
-
isValid
public boolean isValid() -
setValid
public void setValid(boolean valid) -
getEvaluationPath
-
setEvaluationPath
-
getSchemaLocation
-
setSchemaLocation
-
getInstanceLocation
-
setInstanceLocation
-
getErrors
-
setErrors
-
getAnnotations
-
setAnnotations
-
getDroppedAnnotations
-
setDroppedAnnotations
-
getDetails
-
setDetails
-
hashCode
public int hashCode() -
equals
-
toString
-