public class BasicOutput
extends Output
public BasicOutput(boolean valid,
@NotNull
java.lang.String keywordLocation,
@Nullable
java.lang.String absoluteKeywordLocation,
@NotNull
java.lang.String instanceLocation,
@Nullable
java.lang.String error,
@Nullable
java.lang.String annotation,
@Nullable
java.util.List<? extends net.pwall.json.schema.output.Output> errors,
@Nullable
java.util.List<? extends net.pwall.json.schema.output.Output> annotations)
public boolean equals(@Nullable
java.lang.Object other)
public int hashCode()
@NotNull public java.lang.String getKeywordLocation()
@Nullable public java.lang.String getAbsoluteKeywordLocation()
@NotNull public java.lang.String getInstanceLocation()
@Nullable public java.lang.String getError()
@Nullable public java.lang.String getAnnotation()
@Nullable public java.util.List<net.pwall.json.schema.output.Output> getErrors()
@Nullable public java.util.List<net.pwall.json.schema.output.Output> getAnnotations()