@Generated(value="xs2a-adapter-codegen") public class UpdatePsuAuthenticationResponse extends Object
| Constructor and Description |
|---|
UpdatePsuAuthenticationResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthorisationId() |
ChallengeData |
getChallengeData() |
AuthenticationObject |
getChosenScaMethod() |
Map<String,HrefType> |
getLinks() |
String |
getPsuMessage() |
List<AuthenticationObject> |
getScaMethods() |
ScaStatus |
getScaStatus() |
int |
hashCode() |
void |
setAuthorisationId(String authorisationId) |
void |
setChallengeData(ChallengeData challengeData) |
void |
setChosenScaMethod(AuthenticationObject chosenScaMethod) |
void |
setLinks(Map<String,HrefType> links) |
void |
setPsuMessage(String psuMessage) |
void |
setScaMethods(List<AuthenticationObject> scaMethods) |
void |
setScaStatus(ScaStatus scaStatus) |
public AuthenticationObject getChosenScaMethod()
public void setChosenScaMethod(AuthenticationObject chosenScaMethod)
public ChallengeData getChallengeData()
public void setChallengeData(ChallengeData challengeData)
public List<AuthenticationObject> getScaMethods()
public void setScaMethods(List<AuthenticationObject> scaMethods)
public ScaStatus getScaStatus()
public void setScaStatus(ScaStatus scaStatus)
public String getPsuMessage()
public void setPsuMessage(String psuMessage)
public String getAuthorisationId()
public void setAuthorisationId(String authorisationId)
Copyright © 2020. All rights reserved.