@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2018-08-09T18:41:17.591+02:00[Europe/Berlin]") public class SelectPsuAuthenticationMethodResponse extends Object
| Constructor and Description |
|---|
SelectPsuAuthenticationMethodResponse() |
| Modifier and Type | Method and Description |
|---|---|
SelectPsuAuthenticationMethodResponse |
_links(Map _links) |
SelectPsuAuthenticationMethodResponse |
challengeData(ChallengeData challengeData) |
SelectPsuAuthenticationMethodResponse |
chosenScaMethod(ChosenScaMethod chosenScaMethod) |
boolean |
equals(Object o) |
ChallengeData |
getChallengeData()
Get challengeData
|
ChosenScaMethod |
getChosenScaMethod()
Get chosenScaMethod
|
Map |
getLinks()
Get _links
|
String |
getPsuMessage()
Get psuMessage
|
ScaStatus |
getScaStatus()
Get scaStatus
|
int |
hashCode() |
SelectPsuAuthenticationMethodResponse |
psuMessage(String psuMessage) |
SelectPsuAuthenticationMethodResponse |
scaStatus(ScaStatus scaStatus) |
void |
setChallengeData(ChallengeData challengeData) |
void |
setChosenScaMethod(ChosenScaMethod chosenScaMethod) |
void |
setLinks(Map _links) |
void |
setPsuMessage(String psuMessage) |
void |
setScaStatus(ScaStatus scaStatus) |
String |
toString() |
public SelectPsuAuthenticationMethodResponse()
public SelectPsuAuthenticationMethodResponse chosenScaMethod(ChosenScaMethod chosenScaMethod)
public ChosenScaMethod getChosenScaMethod()
public void setChosenScaMethod(ChosenScaMethod chosenScaMethod)
public SelectPsuAuthenticationMethodResponse challengeData(ChallengeData challengeData)
public ChallengeData getChallengeData()
public void setChallengeData(ChallengeData challengeData)
public SelectPsuAuthenticationMethodResponse _links(Map _links)
public Map getLinks()
public void setLinks(Map _links)
public SelectPsuAuthenticationMethodResponse scaStatus(ScaStatus scaStatus)
@NotNull public ScaStatus getScaStatus()
public void setScaStatus(ScaStatus scaStatus)
public SelectPsuAuthenticationMethodResponse psuMessage(String psuMessage)
public String getPsuMessage()
public void setPsuMessage(String psuMessage)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.