Class LoginVerificationInputModel


  • public class LoginVerificationInputModel
    extends java.lang.Object
    Represents a verification request using Skyscraper for a company
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getAccountId()
      Getter for accountId AccountId of the login verification
      java.util.HashMap<java.lang.String,​java.lang.String> getAdditionalOptions()
      Getter for additionalOptions Additional options of the verification
      java.lang.Integer getBulkRequestId()
      Getter for bulkRequestId Bulk Request Id of the verification
      java.lang.Integer getCompanyId()
      Getter for companyId CompanyId that we are verifying the login information for
      java.lang.String getPassword()
      Getter for password Password we are using for verification
      java.lang.Integer getPriority()
      Getter for priority Priority of the verification request
      java.lang.String getRegion()
      Getter for region Region of the verification request
      java.lang.String getTaxFormCode()
      Getter for taxFormCode TaxFormCode for the verification request
      java.lang.String getUsername()
      Getter for username Username that we are using for verification
      void setAccountId​(java.lang.Integer value)
      Setter for accountId AccountId of the login verification
      void setAdditionalOptions​(java.util.HashMap<java.lang.String,​java.lang.String> value)
      Setter for additionalOptions Additional options of the verification
      void setBulkRequestId​(java.lang.Integer value)
      Setter for bulkRequestId Bulk Request Id of the verification
      void setCompanyId​(java.lang.Integer value)
      Setter for companyId CompanyId that we are verifying the login information for
      void setPassword​(java.lang.String value)
      Setter for password Password we are using for verification
      void setPriority​(java.lang.Integer value)
      Setter for priority Priority of the verification request
      void setRegion​(java.lang.String value)
      Setter for region Region of the verification request
      void setTaxFormCode​(java.lang.String value)
      Setter for taxFormCode TaxFormCode for the verification request
      void setUsername​(java.lang.String value)
      Setter for username Username that we are using for verification
      java.lang.String toString()
      Returns a JSON string representation of LoginVerificationInputModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LoginVerificationInputModel

        public LoginVerificationInputModel()
    • Method Detail

      • getCompanyId

        public java.lang.Integer getCompanyId()
        Getter for companyId CompanyId that we are verifying the login information for
      • setCompanyId

        public void setCompanyId​(java.lang.Integer value)
        Setter for companyId CompanyId that we are verifying the login information for
      • getAccountId

        public java.lang.Integer getAccountId()
        Getter for accountId AccountId of the login verification
      • setAccountId

        public void setAccountId​(java.lang.Integer value)
        Setter for accountId AccountId of the login verification
      • getRegion

        public java.lang.String getRegion()
        Getter for region Region of the verification request
      • setRegion

        public void setRegion​(java.lang.String value)
        Setter for region Region of the verification request
      • getTaxFormCode

        public java.lang.String getTaxFormCode()
        Getter for taxFormCode TaxFormCode for the verification request
      • setTaxFormCode

        public void setTaxFormCode​(java.lang.String value)
        Setter for taxFormCode TaxFormCode for the verification request
      • getUsername

        public java.lang.String getUsername()
        Getter for username Username that we are using for verification
      • setUsername

        public void setUsername​(java.lang.String value)
        Setter for username Username that we are using for verification
      • getPassword

        public java.lang.String getPassword()
        Getter for password Password we are using for verification
      • setPassword

        public void setPassword​(java.lang.String value)
        Setter for password Password we are using for verification
      • getAdditionalOptions

        public java.util.HashMap<java.lang.String,​java.lang.String> getAdditionalOptions()
        Getter for additionalOptions Additional options of the verification
      • setAdditionalOptions

        public void setAdditionalOptions​(java.util.HashMap<java.lang.String,​java.lang.String> value)
        Setter for additionalOptions Additional options of the verification
      • getBulkRequestId

        public java.lang.Integer getBulkRequestId()
        Getter for bulkRequestId Bulk Request Id of the verification
      • setBulkRequestId

        public void setBulkRequestId​(java.lang.Integer value)
        Setter for bulkRequestId Bulk Request Id of the verification
      • getPriority

        public java.lang.Integer getPriority()
        Getter for priority Priority of the verification request
      • setPriority

        public void setPriority​(java.lang.Integer value)
        Setter for priority Priority of the verification request
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of LoginVerificationInputModel
        Overrides:
        toString in class java.lang.Object