Class HealthCardV1Document


  • public class HealthCardV1Document
    extends Prediction
    Health Card API version 1.0 document data.
    • Field Detail

      • givenNames

        protected List<StringField> givenNames
        The given names of the card holder.
      • issuanceDate

        protected DateField issuanceDate
        The date when the carte vitale document was issued.
      • socialSecurity

        protected StringField socialSecurity
        The social security number of the card holder.
      • surname

        protected StringField surname
        The surname of the card holder.
    • Constructor Detail

      • HealthCardV1Document

        public HealthCardV1Document()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Description copied from class: Prediction
        Returns true if there are no predictions values. Accessing prediction values when this is true may result in a NullPointerException
        Specified by:
        isEmpty in class Prediction
      • getGivenNames

        public List<StringField> getGivenNames()
        The given names of the card holder.
      • getIssuanceDate

        public DateField getIssuanceDate()
        The date when the carte vitale document was issued.
      • getSocialSecurity

        public StringField getSocialSecurity()
        The social security number of the card holder.
      • getSurname

        public StringField getSurname()
        The surname of the card holder.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object