public class LoginVerificationInputModel
extends java.lang.Object
Constructor and Description |
---|
LoginVerificationInputModel() |
Modifier and Type | Method and 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
|
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.String getTaxFormCode()
public void setTaxFormCode(java.lang.String value)
public java.lang.String getUsername()
public void setUsername(java.lang.String value)
public java.lang.String getPassword()
public void setPassword(java.lang.String value)
public java.util.HashMap<java.lang.String,java.lang.String> getAdditionalOptions()
public void setAdditionalOptions(java.util.HashMap<java.lang.String,java.lang.String> value)
public java.lang.Integer getBulkRequestId()
public void setBulkRequestId(java.lang.Integer value)
public java.lang.Integer getPriority()
public void setPriority(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object