Class ValidationOutcome
- java.lang.Object
-
- org.linuxforhealth.fhir.term.service.ValidationOutcome
-
public class ValidationOutcome extends java.lang.ObjectThis class is used to represent the outcome of the validate-code operations: http://hl7.org/fhir/codesystem-operation-validate-code.html and http://hl7.org/fhir/valueset-operation-validate-code.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValidationOutcome.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValidationOutcome.Builderbuilder()booleanequals(java.lang.Object obj)StringgetDisplay()StringgetMessage()BooleangetResult()inthashCode()ValidationOutcome.BuildertoBuilder()ParameterstoParameters()java.lang.StringtoString()
-
-
-
Method Detail
-
getResult
public Boolean getResult()
-
getMessage
public String getMessage()
-
getDisplay
public String getDisplay()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toParameters
public Parameters toParameters()
-
toBuilder
public ValidationOutcome.Builder toBuilder()
-
builder
public static ValidationOutcome.Builder builder()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-