Class LookupOutcome.Designation
- java.lang.Object
-
- org.linuxforhealth.fhir.term.service.LookupOutcome.Designation
-
- Enclosing class:
- LookupOutcome
public static class LookupOutcome.Designation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LookupOutcome.Designation.Builder
-
Constructor Summary
Constructors Constructor Description Designation(LookupOutcome.Designation.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LookupOutcome.Designation.Builder
builder()
boolean
equals(java.lang.Object obj)
Code
getLanguage()
Coding
getUse()
String
getValue()
int
hashCode()
LookupOutcome.Designation.Builder
toBuilder()
-
-
-
Constructor Detail
-
Designation
public Designation(LookupOutcome.Designation.Builder builder)
-
-
Method Detail
-
getLanguage
public Code getLanguage()
-
getUse
public Coding getUse()
-
getValue
public String getValue()
-
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 LookupOutcome.Designation.Builder toBuilder()
-
builder
public static LookupOutcome.Designation.Builder builder()
-
-