Package dev.pcvolkmer.mv64e.model
Class Tmb
- java.lang.Object
-
- dev.pcvolkmer.mv64e.model.Tmb
-
public class Tmb extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTmb.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_IDstatic java.lang.StringJSON_PROPERTY_INTERPRETATIONstatic java.lang.StringJSON_PROPERTY_PATIENTstatic java.lang.StringJSON_PROPERTY_SPECIMENstatic java.lang.StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description Tmb()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tmb.Builderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetId()@Nullable TmbInterpretationCodinggetInterpretation()ReferencegetPatient()ReferencegetSpecimen()TmbResultgetValue()inthashCode()Tmbid(java.lang.String id)Tmbinterpretation(@Nullable TmbInterpretationCoding interpretation)Tmbpatient(Reference patient)voidsetId(java.lang.String id)voidsetInterpretation(@Nullable TmbInterpretationCoding interpretation)voidsetPatient(Reference patient)voidsetSpecimen(Reference specimen)voidsetValue(TmbResult value)Tmbspecimen(Reference specimen)Tmb.BuildertoBuilder()java.lang.StringtoString()Tmbvalue(TmbResult value)
-
-
-
Field Detail
-
JSON_PROPERTY_INTERPRETATION
public static final java.lang.String JSON_PROPERTY_INTERPRETATION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ID
public static final java.lang.String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SPECIMEN
public static final java.lang.String JSON_PROPERTY_SPECIMEN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final java.lang.String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PATIENT
public static final java.lang.String JSON_PROPERTY_PATIENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
interpretation
public Tmb interpretation(@Nullable TmbInterpretationCoding interpretation)
-
getInterpretation
public @Nullable TmbInterpretationCoding getInterpretation()
-
setInterpretation
public void setInterpretation(@Nullable TmbInterpretationCoding interpretation)
-
id
public Tmb id(java.lang.String id)
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getSpecimen
public Reference getSpecimen()
-
setSpecimen
public void setSpecimen(Reference specimen)
-
getValue
public TmbResult getValue()
-
setValue
public void setValue(TmbResult value)
-
getPatient
public Reference getPatient()
-
setPatient
public void setPatient(Reference patient)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static Tmb.Builder builder()
-
toBuilder
public Tmb.Builder toBuilder()
-
-