Class ValidationOutcome
- java.lang.Object
-
- org.linuxforhealth.fhir.term.service.ValidationOutcome
-
public class ValidationOutcome extends java.lang.Object
This 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 class
ValidationOutcome.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValidationOutcome.Builder
builder()
boolean
equals(java.lang.Object obj)
String
getDisplay()
String
getMessage()
Boolean
getResult()
int
hashCode()
ValidationOutcome.Builder
toBuilder()
Parameters
toParameters()
java.lang.String
toString()
-
-
-
Method Detail
-
getResult
public Boolean getResult()
-
getMessage
public String getMessage()
-
getDisplay
public String getDisplay()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in 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:
toString
in classjava.lang.Object
-
-