Package com.ibm.fhir.term.service
Class TranslationOutcome
- java.lang.Object
 - 
- com.ibm.fhir.term.service.TranslationOutcome
 
 
- 
public class TranslationOutcome extends java.lang.ObjectThis 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 classTranslationOutcome.Builderstatic classTranslationOutcome.Match 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TranslationOutcome.Builderbuilder()booleanequals(java.lang.Object obj)java.util.List<TranslationOutcome.Match>getMatch()StringgetMessage()BooleangetResult()inthashCode()TranslationOutcome.BuildertoBuilder()ParameterstoParameters() 
 - 
 
- 
- 
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:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toParameters
public Parameters toParameters()
 
- 
toBuilder
public TranslationOutcome.Builder toBuilder()
 
- 
builder
public static TranslationOutcome.Builder builder()
 
 - 
 
 -