@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class LinkEventMetadata extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT_NUMBER_MASK |
static String |
SERIALIZED_NAME_BRAND_NAME |
static String |
SERIALIZED_NAME_ERROR_CODE |
static String |
SERIALIZED_NAME_ERROR_MESSAGE |
static String |
SERIALIZED_NAME_ERROR_TYPE |
static String |
SERIALIZED_NAME_EXIT_STATUS |
static String |
SERIALIZED_NAME_INSTITUTION_ID |
static String |
SERIALIZED_NAME_INSTITUTION_NAME |
static String |
SERIALIZED_NAME_INSTITUTION_SEARCH_QUERY |
static String |
SERIALIZED_NAME_MATCH_REASON |
static String |
SERIALIZED_NAME_MFA_TYPE |
static String |
SERIALIZED_NAME_REQUEST_ID |
static String |
SERIALIZED_NAME_ROUTING_NUMBER |
static String |
SERIALIZED_NAME_SELECTION |
static String |
SERIALIZED_NAME_VIEW_NAME |
Constructor and Description |
---|
LinkEventMetadata() |
Modifier and Type | Method and Description |
---|---|
LinkEventMetadata |
accountNumberMask(String accountNumberMask) |
LinkEventMetadata |
brandName(String brandName) |
boolean |
equals(Object o) |
LinkEventMetadata |
errorCode(String errorCode) |
LinkEventMetadata |
errorMessage(String errorMessage) |
LinkEventMetadata |
errorType(String errorType) |
LinkEventMetadata |
exitStatus(String exitStatus) |
String |
getAccountNumberMask()
The account number mask extracted from the user-provided account number.
|
String |
getBrandName()
The name of the selected brand.
|
String |
getErrorCode()
The error code that the user encountered.
|
String |
getErrorMessage()
The error message that the user encountered.
|
String |
getErrorType()
The error type that the user encountered.
|
String |
getExitStatus()
The status key indicates the point at which the user exited the Link flow.
|
String |
getInstitutionId()
The ID of the selected institution.
|
String |
getInstitutionName()
The name of the selected institution.
|
String |
getInstitutionSearchQuery()
The query used to search for institutions.
|
String |
getMatchReason()
The reason this institution was matched, which will be either `returning_user` or `routing_number`.
|
String |
getMfaType()
If set, the user has encountered one of the following MFA types: code, device, questions, selections.
|
String |
getRequestId()
The request ID for the last request made by Link.
|
String |
getRoutingNumber()
The routing number submitted by user at the micro-deposits routing number pane.
|
String |
getSelection()
Either the verification method for a matched institution selected by the user or the Auth Type Select flow type selected by the user.
|
String |
getViewName()
The name of the view that is being transitioned to.
|
int |
hashCode() |
LinkEventMetadata |
institutionId(String institutionId) |
LinkEventMetadata |
institutionName(String institutionName) |
LinkEventMetadata |
institutionSearchQuery(String institutionSearchQuery) |
LinkEventMetadata |
matchReason(String matchReason) |
LinkEventMetadata |
mfaType(String mfaType) |
LinkEventMetadata |
requestId(String requestId) |
LinkEventMetadata |
routingNumber(String routingNumber) |
LinkEventMetadata |
selection(String selection) |
void |
setAccountNumberMask(String accountNumberMask) |
void |
setBrandName(String brandName) |
void |
setErrorCode(String errorCode) |
void |
setErrorMessage(String errorMessage) |
void |
setErrorType(String errorType) |
void |
setExitStatus(String exitStatus) |
void |
setInstitutionId(String institutionId) |
void |
setInstitutionName(String institutionName) |
void |
setInstitutionSearchQuery(String institutionSearchQuery) |
void |
setMatchReason(String matchReason) |
void |
setMfaType(String mfaType) |
void |
setRequestId(String requestId) |
void |
setRoutingNumber(String routingNumber) |
void |
setSelection(String selection) |
void |
setViewName(String viewName) |
String |
toString() |
LinkEventMetadata |
viewName(String viewName) |
public static final String SERIALIZED_NAME_ERROR_CODE
public static final String SERIALIZED_NAME_ERROR_MESSAGE
public static final String SERIALIZED_NAME_ERROR_TYPE
public static final String SERIALIZED_NAME_EXIT_STATUS
public static final String SERIALIZED_NAME_INSTITUTION_ID
public static final String SERIALIZED_NAME_INSTITUTION_NAME
public static final String SERIALIZED_NAME_INSTITUTION_SEARCH_QUERY
public static final String SERIALIZED_NAME_REQUEST_ID
public static final String SERIALIZED_NAME_MFA_TYPE
public static final String SERIALIZED_NAME_VIEW_NAME
public static final String SERIALIZED_NAME_SELECTION
public static final String SERIALIZED_NAME_BRAND_NAME
public static final String SERIALIZED_NAME_MATCH_REASON
public static final String SERIALIZED_NAME_ROUTING_NUMBER
public static final String SERIALIZED_NAME_ACCOUNT_NUMBER_MASK
public LinkEventMetadata errorCode(String errorCode)
@Nullable public String getErrorCode()
public void setErrorCode(String errorCode)
public LinkEventMetadata errorMessage(String errorMessage)
@Nullable public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public LinkEventMetadata errorType(String errorType)
@Nullable public String getErrorType()
public void setErrorType(String errorType)
public LinkEventMetadata exitStatus(String exitStatus)
@Nullable public String getExitStatus()
public void setExitStatus(String exitStatus)
public LinkEventMetadata institutionId(String institutionId)
@Nullable public String getInstitutionId()
public void setInstitutionId(String institutionId)
public LinkEventMetadata institutionName(String institutionName)
@Nullable public String getInstitutionName()
public void setInstitutionName(String institutionName)
public LinkEventMetadata institutionSearchQuery(String institutionSearchQuery)
@Nullable public String getInstitutionSearchQuery()
public void setInstitutionSearchQuery(String institutionSearchQuery)
public LinkEventMetadata requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
public LinkEventMetadata mfaType(String mfaType)
@Nullable public String getMfaType()
public void setMfaType(String mfaType)
public LinkEventMetadata viewName(String viewName)
@Nullable public String getViewName()
public void setViewName(String viewName)
public LinkEventMetadata selection(String selection)
@Nullable public String getSelection()
public void setSelection(String selection)
public LinkEventMetadata brandName(String brandName)
@Nullable public String getBrandName()
public void setBrandName(String brandName)
public LinkEventMetadata matchReason(String matchReason)
@Nullable public String getMatchReason()
public void setMatchReason(String matchReason)
public LinkEventMetadata routingNumber(String routingNumber)
@Nullable public String getRoutingNumber()
public void setRoutingNumber(String routingNumber)
public LinkEventMetadata accountNumberMask(String accountNumberMask)
@Nullable public String getAccountNumberMask()
public void setAccountNumberMask(String accountNumberMask)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.