Class EkycCheckCapabilityResponseData

java.lang.Object
com.jumio.sdk.retrieval_v3.model.EkycCheckCapabilityResponseData

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-10-16T16:59:20.653944300+02:00[Europe/Vienna]") public class EkycCheckCapabilityResponseData extends Object
EkycCheckCapabilityResponseData
  • Field Details

  • Constructor Details

    • EkycCheckCapabilityResponseData

      public EkycCheckCapabilityResponseData()
  • Method Details

    • completeNameMatch

      public EkycCheckCapabilityResponseData completeNameMatch(String completeNameMatch)
    • getCompleteNameMatch

      @Nullable public String getCompleteNameMatch()
      Get completeNameMatch
      Returns:
      completeNameMatch
    • setCompleteNameMatch

      public void setCompleteNameMatch(String completeNameMatch)
    • initialNameMatch

      public EkycCheckCapabilityResponseData initialNameMatch(String initialNameMatch)
    • getInitialNameMatch

      @Nullable public String getInitialNameMatch()
      Get initialNameMatch
      Returns:
      initialNameMatch
    • setInitialNameMatch

      public void setInitialNameMatch(String initialNameMatch)
    • firstNameMatch

      public EkycCheckCapabilityResponseData firstNameMatch(String firstNameMatch)
    • getFirstNameMatch

      @Nullable public String getFirstNameMatch()
      Get firstNameMatch
      Returns:
      firstNameMatch
    • setFirstNameMatch

      public void setFirstNameMatch(String firstNameMatch)
    • lastNameMatch

      public EkycCheckCapabilityResponseData lastNameMatch(String lastNameMatch)
    • getLastNameMatch

      @Nullable public String getLastNameMatch()
      Get lastNameMatch
      Returns:
      lastNameMatch
    • setLastNameMatch

      public void setLastNameMatch(String lastNameMatch)
    • addressMatch

      public EkycCheckCapabilityResponseData addressMatch(String addressMatch)
    • getAddressMatch

      @Nullable public String getAddressMatch()
      Get addressMatch
      Returns:
      addressMatch
    • setAddressMatch

      public void setAddressMatch(String addressMatch)
    • addressLine1Match

      public EkycCheckCapabilityResponseData addressLine1Match(String addressLine1Match)
    • getAddressLine1Match

      @Nullable public String getAddressLine1Match()
      Get addressLine1Match
      Returns:
      addressLine1Match
    • setAddressLine1Match

      public void setAddressLine1Match(String addressLine1Match)
    • addressLine2Match

      public EkycCheckCapabilityResponseData addressLine2Match(String addressLine2Match)
    • getAddressLine2Match

      @Nullable public String getAddressLine2Match()
      Get addressLine2Match
      Returns:
      addressLine2Match
    • setAddressLine2Match

      public void setAddressLine2Match(String addressLine2Match)
    • cityMatch

      public EkycCheckCapabilityResponseData cityMatch(String cityMatch)
    • getCityMatch

      @Nullable public String getCityMatch()
      Get cityMatch
      Returns:
      cityMatch
    • setCityMatch

      public void setCityMatch(String cityMatch)
    • stateMatch

      public EkycCheckCapabilityResponseData stateMatch(String stateMatch)
    • getStateMatch

      @Nullable public String getStateMatch()
      Get stateMatch
      Returns:
      stateMatch
    • setStateMatch

      public void setStateMatch(String stateMatch)
    • zipOrPinCodeMatch

      public EkycCheckCapabilityResponseData zipOrPinCodeMatch(String zipOrPinCodeMatch)
    • getZipOrPinCodeMatch

      @Nullable public String getZipOrPinCodeMatch()
      Get zipOrPinCodeMatch
      Returns:
      zipOrPinCodeMatch
    • setZipOrPinCodeMatch

      public void setZipOrPinCodeMatch(String zipOrPinCodeMatch)
    • nationalIdMatch

      public EkycCheckCapabilityResponseData nationalIdMatch(String nationalIdMatch)
    • getNationalIdMatch

      @Nullable public String getNationalIdMatch()
      Get nationalIdMatch
      Returns:
      nationalIdMatch
    • setNationalIdMatch

      public void setNationalIdMatch(String nationalIdMatch)
    • dateOfBirthMatch

      public EkycCheckCapabilityResponseData dateOfBirthMatch(String dateOfBirthMatch)
    • getDateOfBirthMatch

      @Nullable public String getDateOfBirthMatch()
      Get dateOfBirthMatch
      Returns:
      dateOfBirthMatch
    • setDateOfBirthMatch

      public void setDateOfBirthMatch(String dateOfBirthMatch)
    • dateOfBirthDayMatch

      public EkycCheckCapabilityResponseData dateOfBirthDayMatch(String dateOfBirthDayMatch)
    • getDateOfBirthDayMatch

      @Nullable public String getDateOfBirthDayMatch()
      Get dateOfBirthDayMatch
      Returns:
      dateOfBirthDayMatch
    • setDateOfBirthDayMatch

      public void setDateOfBirthDayMatch(String dateOfBirthDayMatch)
    • dateOfBirthMonthMatch

      public EkycCheckCapabilityResponseData dateOfBirthMonthMatch(String dateOfBirthMonthMatch)
    • getDateOfBirthMonthMatch

      @Nullable public String getDateOfBirthMonthMatch()
      Get dateOfBirthMonthMatch
      Returns:
      dateOfBirthMonthMatch
    • setDateOfBirthMonthMatch

      public void setDateOfBirthMonthMatch(String dateOfBirthMonthMatch)
    • dateOfBirthYearMatch

      public EkycCheckCapabilityResponseData dateOfBirthYearMatch(String dateOfBirthYearMatch)
    • getDateOfBirthYearMatch

      @Nullable public String getDateOfBirthYearMatch()
      Get dateOfBirthYearMatch
      Returns:
      dateOfBirthYearMatch
    • setDateOfBirthYearMatch

      public void setDateOfBirthYearMatch(String dateOfBirthYearMatch)
    • phoneMatch

      public EkycCheckCapabilityResponseData phoneMatch(String phoneMatch)
    • getPhoneMatch

      @Nullable public String getPhoneMatch()
      Get phoneMatch
      Returns:
      phoneMatch
    • setPhoneMatch

      public void setPhoneMatch(String phoneMatch)
    • datasourceType

      public EkycCheckCapabilityResponseData datasourceType(String datasourceType)
    • getDatasourceType

      @Nullable public String getDatasourceType()
      It will contain datasource like `United States Credit`
      Returns:
      datasourceType
    • setDatasourceType

      public void setDatasourceType(String datasourceType)
    • searchType

      public EkycCheckCapabilityResponseData searchType(String searchType)
    • getSearchType

      @Nullable public String getSearchType()
      Get searchType
      Returns:
      searchType
    • setSearchType

      public void setSearchType(String searchType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object