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 classLookupOutcome.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.Builderbuilder()booleanequals(java.lang.Object obj)CodegetLanguage()CodinggetUse()StringgetValue()inthashCode()LookupOutcome.Designation.BuildertoBuilder()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toBuilder
public LookupOutcome.Designation.Builder toBuilder()
-
builder
public static LookupOutcome.Designation.Builder builder()
-
-