public class AccountConsentAuthorization extends Object
| Constructor and Description |
|---|
AccountConsentAuthorization() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAuthenticationMethodId() |
ScaApproach |
getChosenScaApproach() |
String |
getConsentId() |
String |
getId() |
String |
getPassword() |
PsuIdData |
getPsuIdData() |
String |
getScaAuthenticationData() |
ScaStatus |
getScaStatus() |
int |
hashCode() |
void |
setAuthenticationMethodId(String authenticationMethodId) |
void |
setChosenScaApproach(ScaApproach chosenScaApproach) |
void |
setConsentId(String consentId) |
void |
setId(String id) |
void |
setPassword(String password) |
void |
setPsuIdData(PsuIdData psuIdData) |
void |
setScaAuthenticationData(String scaAuthenticationData) |
void |
setScaStatus(ScaStatus scaStatus) |
String |
toString() |
public String getId()
public String getConsentId()
public PsuIdData getPsuIdData()
public ScaStatus getScaStatus()
public String getPassword()
public ScaApproach getChosenScaApproach()
public String getAuthenticationMethodId()
public String getScaAuthenticationData()
public void setId(String id)
public void setConsentId(String consentId)
public void setPsuIdData(PsuIdData psuIdData)
public void setScaStatus(ScaStatus scaStatus)
public void setPassword(String password)
public void setChosenScaApproach(ScaApproach chosenScaApproach)
public void setAuthenticationMethodId(String authenticationMethodId)
public void setScaAuthenticationData(String scaAuthenticationData)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.