Package com.ibm.fhir.term.spi
Class TranslationOutcome.Match.Product
- java.lang.Object
-
- com.ibm.fhir.term.spi.TranslationOutcome.Match.Product
-
- Enclosing class:
- TranslationOutcome.Match
public static class TranslationOutcome.Match.Product extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TranslationOutcome.Match.Product.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TranslationOutcome.Match.Product.Builder
builder()
boolean
equals(Object obj)
Coding
getConcept()
Uri
getElement()
int
hashCode()
TranslationOutcome.Match.Product.Builder
toBuilder()
-
-
-
Method Detail
-
getElement
public Uri getElement()
-
getConcept
public Coding getConcept()
-
toBuilder
public TranslationOutcome.Match.Product.Builder toBuilder()
-
builder
public static TranslationOutcome.Match.Product.Builder builder()
-
-