Class Rec


  • public class Rec
    extends Object
    • Constructor Detail

      • Rec

        public Rec()
        No args constructor for use in serialization
    • Method Detail

      • getDis

        public String getDis()
        Disease

        Disease or agent the citizen has recovered from (Required)

      • setDis

        public void setDis​(String dis)
        Disease

        Disease or agent the citizen has recovered from (Required)

      • withDis

        public Rec withDis​(String dis)
      • getDat

        public LocalDate getDat()
        Date of first positive test result

        The 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 result

        The date when the sample for the test was collected that led to a positive test result (Required)

      • getCou

        public String getCou()
        Country of test

        Country (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 test

        Country (member state) in which the first positive test was performed (ISO 3166-1 alpha-2 Country Code) (Required)

      • withCou

        public Rec withCou​(String cou)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object