@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-12-26T15:06:21.086+02:00[Europe/Kiev]") public class UpdatePsuAuthenticationResponse extends Object
| Constructor and Description |
|---|
UpdatePsuAuthenticationResponse() |
public UpdatePsuAuthenticationResponse chosenScaMethod(ChosenScaMethod chosenScaMethod)
@Valid public @Valid ChosenScaMethod getChosenScaMethod()
public void setChosenScaMethod(ChosenScaMethod chosenScaMethod)
public UpdatePsuAuthenticationResponse challengeData(ChallengeData challengeData)
@Valid public @Valid ChallengeData getChallengeData()
public void setChallengeData(ChallengeData challengeData)
public UpdatePsuAuthenticationResponse scaMethods(ScaMethods scaMethods)
@Valid public @Valid ScaMethods getScaMethods()
public void setScaMethods(ScaMethods scaMethods)
public UpdatePsuAuthenticationResponse _links(Map _links)
@Valid public @Valid Map getLinks()
public void setLinks(Map _links)
public UpdatePsuAuthenticationResponse scaStatus(ScaStatus scaStatus)
@NotNull @Valid public @NotNull @Valid ScaStatus getScaStatus()
public void setScaStatus(ScaStatus scaStatus)
public UpdatePsuAuthenticationResponse psuMessage(String psuMessage)
@Size(max=500) public @Size(max=500) String getPsuMessage()
public void setPsuMessage(String psuMessage)
public UpdatePsuAuthenticationResponse authorisationId(String authorisationId)
public String getAuthorisationId()
public void setAuthorisationId(String authorisationId)
Copyright © 2020. All rights reserved.