Package se.digg.dgc.payload.v1
Class Rec
- java.lang.Object
-
- se.digg.dgc.payload.v1.Rec
-
public class Rec extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getCou()
Country of testLocalDate
getDat()
Date of first positive test resultString
getDis()
Diseaseint
hashCode()
void
setCou(String cou)
Country of testvoid
setDat(LocalDate dat)
Date of first positive test resultvoid
setDis(String dis)
DiseaseString
toString()
Rec
withCou(String cou)
Rec
withDat(LocalDate dat)
Rec
withDis(String dis)
-
-
-
Method Detail
-
getDis
public String getDis()
DiseaseDisease or agent the citizen has recovered from (Required)
-
setDis
public void setDis(String dis)
DiseaseDisease or agent the citizen has recovered from (Required)
-
getDat
public LocalDate getDat()
Date of first positive test resultThe date when the sample for the test was collected that led to a positive test result (Required)
-
setDat
public void setDat(LocalDate dat)
Date of first positive test resultThe date when the sample for the test was collected that led to a positive test result (Required)
-
getCou
public String getCou()
Country of testCountry (member state) in which the first positive test was performed (ISO 3166-1 alpha-2 Country Code) (Required)
-
setCou
public void setCou(String cou)
Country of testCountry (member state) in which the first positive test was performed (ISO 3166-1 alpha-2 Country Code) (Required)
-
-