Package dev.pcvolkmer.mv64e.model
Class PatientAddress
- java.lang.Object
-
- dev.pcvolkmer.mv64e.model.PatientAddress
-
public class PatientAddress extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPatientAddress.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_MUNICIPALITY_CODE
-
Constructor Summary
Constructors Constructor Description PatientAddress()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PatientAddress.Builderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetMunicipalityCode()inthashCode()PatientAddressmunicipalityCode(java.lang.String municipalityCode)voidsetMunicipalityCode(java.lang.String municipalityCode)PatientAddress.BuildertoBuilder()java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MUNICIPALITY_CODE
public static final java.lang.String JSON_PROPERTY_MUNICIPALITY_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
municipalityCode
public PatientAddress municipalityCode(java.lang.String municipalityCode)
-
getMunicipalityCode
public java.lang.String getMunicipalityCode()
-
setMunicipalityCode
public void setMunicipalityCode(java.lang.String municipalityCode)
-
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 PatientAddress.Builder builder()
-
toBuilder
public PatientAddress.Builder toBuilder()
-
-