Class TranslationOutcome
- java.lang.Object
-
- org.linuxforhealth.fhir.term.service.TranslationOutcome
-
public class TranslationOutcome extends java.lang.Object
This class is used to represent the outcome of the translate operation: http://hl7.org/fhir/conceptmap-operation-translate.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TranslationOutcome.Builder
static class
TranslationOutcome.Match
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TranslationOutcome.Builder
builder()
boolean
equals(java.lang.Object obj)
java.util.List<TranslationOutcome.Match>
getMatch()
String
getMessage()
Boolean
getResult()
int
hashCode()
TranslationOutcome.Builder
toBuilder()
Parameters
toParameters()
-
-
-
Method Detail
-
getResult
public Boolean getResult()
-
getMessage
public String getMessage()
-
getMatch
public java.util.List<TranslationOutcome.Match> getMatch()
-
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 TranslationOutcome.Builder toBuilder()
-
builder
public static TranslationOutcome.Builder builder()
-
-