Class TranslationOutcome.Match.Product
- java.lang.Object
-
- org.linuxforhealth.fhir.term.service.TranslationOutcome.Match.Product
-
- Enclosing class:
- TranslationOutcome.Match
public static class TranslationOutcome.Match.Product extends java.lang.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(java.lang.Object obj)
Coding
getConcept()
Uri
getElement()
int
hashCode()
TranslationOutcome.Match.Product.Builder
toBuilder()
-
-
-
Method Detail
-
getElement
public Uri getElement()
-
getConcept
public Coding getConcept()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toBuilder
public TranslationOutcome.Match.Product.Builder toBuilder()
-
builder
public static TranslationOutcome.Match.Product.Builder builder()
-
-