public class ConsentsResponseTO extends Object
| Constructor and Description |
|---|
ConsentsResponseTO() |
| Modifier and Type | Method and Description |
|---|---|
ChallengeDataTO |
getChallengeData() |
AuthenticationObjectTO |
getChosenScaMethod() |
String |
getConsentId() |
String |
getConsentStatus() |
Map<String,HrefTypeTO> |
getLinks() |
String |
getMessage() |
List<AuthenticationObjectTO> |
getScaMethods() |
void |
setChallengeData(ChallengeDataTO challengeData) |
void |
setChosenScaMethod(AuthenticationObjectTO chosenScaMethod) |
void |
setConsentId(String consentId) |
void |
setConsentStatus(String consentStatus) |
void |
setLinks(Map<String,HrefTypeTO> links) |
void |
setMessage(String message) |
void |
setScaMethods(List<AuthenticationObjectTO> scaMethods) |
public String getConsentStatus()
public void setConsentStatus(String consentStatus)
public String getConsentId()
public void setConsentId(String consentId)
public List<AuthenticationObjectTO> getScaMethods()
public void setScaMethods(List<AuthenticationObjectTO> scaMethods)
public AuthenticationObjectTO getChosenScaMethod()
public void setChosenScaMethod(AuthenticationObjectTO chosenScaMethod)
public ChallengeDataTO getChallengeData()
public void setChallengeData(ChallengeDataTO challengeData)
public Map<String,HrefTypeTO> getLinks()
public void setLinks(Map<String,HrefTypeTO> links)
public String getMessage()
public void setMessage(String message)
Copyright © 2020. All rights reserved.