@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-01-11T12:48:04.675377+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=512) public @Size(max=512) String getPsuMessage()
public void setPsuMessage(String psuMessage)
Copyright © 2019. All rights reserved.