Package com.ibm.fhir.term.service
Class LookupOutcome
- java.lang.Object
 - 
- com.ibm.fhir.term.service.LookupOutcome
 
 
- 
public class LookupOutcome extends java.lang.ObjectThis class is used to represent the outcome of the lookup operation: http://hl7.org/fhir/codesystem-operation-lookup.html 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLookupOutcome.Builderstatic classLookupOutcome.Designationstatic classLookupOutcome.Property 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LookupOutcome.Builderbuilder()booleanequals(java.lang.Object obj)java.util.List<LookupOutcome.Designation>getDesignation()StringgetDisplay()StringgetName()java.util.List<LookupOutcome.Property>getProperty()StringgetVersion()inthashCode()LookupOutcome.BuildertoBuilder()ParameterstoParameters() 
 - 
 
- 
- 
Method Detail
- 
getName
public String getName()
 
- 
getVersion
public String getVersion()
 
- 
getDisplay
public String getDisplay()
 
- 
getDesignation
public java.util.List<LookupOutcome.Designation> getDesignation()
 
- 
getProperty
public java.util.List<LookupOutcome.Property> getProperty()
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toBuilder
public LookupOutcome.Builder toBuilder()
 
- 
builder
public static LookupOutcome.Builder builder()
 
- 
toParameters
public Parameters toParameters()
 
 - 
 
 -