Package de.adorsys.psd2.model
Class StartScaprocessResponse
- java.lang.Object
-
- de.adorsys.psd2.model.StartScaprocessResponse
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]") public class StartScaprocessResponse extends ObjectBody of the JSON response for a Start SCA authorisation request.
-
-
Constructor Summary
Constructors Constructor Description StartScaprocessResponse()
-
Method Summary
-
-
-
Method Detail
-
scaStatus
public StartScaprocessResponse scaStatus(ScaStatus scaStatus)
-
getScaStatus
@NotNull @Valid public @NotNull @Valid ScaStatus getScaStatus()
Get scaStatus- Returns:
- scaStatus
-
setScaStatus
public void setScaStatus(ScaStatus scaStatus)
-
authorisationId
public StartScaprocessResponse authorisationId(String authorisationId)
-
getAuthorisationId
@NotNull public @NotNull String getAuthorisationId()
Get authorisationId- Returns:
- authorisationId
-
setAuthorisationId
public void setAuthorisationId(String authorisationId)
-
scaMethods
public StartScaprocessResponse scaMethods(ScaMethods scaMethods)
-
getScaMethods
@Valid public @Valid ScaMethods getScaMethods()
Get scaMethods- Returns:
- scaMethods
-
setScaMethods
public void setScaMethods(ScaMethods scaMethods)
-
chosenScaMethod
public StartScaprocessResponse chosenScaMethod(ChosenScaMethod chosenScaMethod)
-
getChosenScaMethod
@Valid public @Valid ChosenScaMethod getChosenScaMethod()
Get chosenScaMethod- Returns:
- chosenScaMethod
-
setChosenScaMethod
public void setChosenScaMethod(ChosenScaMethod chosenScaMethod)
-
challengeData
public StartScaprocessResponse challengeData(ChallengeData challengeData)
-
getChallengeData
@Valid public @Valid ChallengeData getChallengeData()
Get challengeData- Returns:
- challengeData
-
setChallengeData
public void setChallengeData(ChallengeData challengeData)
-
_links
public StartScaprocessResponse _links(Map _links)
-
getLinks
@NotNull @Valid public @NotNull @Valid Map getLinks()
Get _links- Returns:
- _links
-
setLinks
public void setLinks(Map _links)
-
psuMessage
public StartScaprocessResponse psuMessage(String psuMessage)
-
getPsuMessage
@Size(max=500) public @Size(max=500) String getPsuMessage()
Get psuMessage- Returns:
- psuMessage
-
setPsuMessage
public void setPsuMessage(String psuMessage)
-
-