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