Class StartScaprocessResponse
- java.lang.Object
-
- de.adorsys.xs2a.adapter.api.model.StartScaprocessResponse
-
@Generated("xs2a-adapter-codegen") public class StartScaprocessResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description StartScaprocessResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAuthorisationId()ChallengeDatagetChallengeData()AuthenticationObjectgetChosenScaMethod()Map<String,HrefType>getLinks()StringgetPsuMessage()List<AuthenticationObject>getScaMethods()ScaStatusgetScaStatus()inthashCode()voidsetAuthorisationId(String authorisationId)voidsetChallengeData(ChallengeData challengeData)voidsetChosenScaMethod(AuthenticationObject chosenScaMethod)voidsetLinks(Map<String,HrefType> links)voidsetPsuMessage(String psuMessage)voidsetScaMethods(List<AuthenticationObject> scaMethods)voidsetScaStatus(ScaStatus scaStatus)
-
-
-
Method Detail
-
getScaStatus
public ScaStatus getScaStatus()
-
setScaStatus
public void setScaStatus(ScaStatus scaStatus)
-
getAuthorisationId
public String getAuthorisationId()
-
setAuthorisationId
public void setAuthorisationId(String authorisationId)
-
getScaMethods
public List<AuthenticationObject> getScaMethods()
-
setScaMethods
public void setScaMethods(List<AuthenticationObject> scaMethods)
-
getChosenScaMethod
public AuthenticationObject getChosenScaMethod()
-
setChosenScaMethod
public void setChosenScaMethod(AuthenticationObject chosenScaMethod)
-
getChallengeData
public ChallengeData getChallengeData()
-
setChallengeData
public void setChallengeData(ChallengeData challengeData)
-
getPsuMessage
public String getPsuMessage()
-
setPsuMessage
public void setPsuMessage(String psuMessage)
-
-