@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2018-08-09T18:41:17.591+02:00[Europe/Berlin]") public class AuthenticationObject extends Object
| Constructor and Description |
|---|
AuthenticationObject() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationObject |
authenticationMethodId(String authenticationMethodId) |
AuthenticationObject |
authenticationType(AuthenticationType authenticationType) |
AuthenticationObject |
authenticationVersion(String authenticationVersion) |
boolean |
equals(Object o) |
AuthenticationObject |
explanation(String explanation) |
String |
getAuthenticationMethodId()
Get authenticationMethodId
|
AuthenticationType |
getAuthenticationType()
Get authenticationType
|
String |
getAuthenticationVersion()
Depending on the \"authenticationType\".
|
String |
getExplanation()
Detailed information about the SCA method for the PSU.
|
String |
getName()
This is the name of the authentication method defined by the PSU in the Online Banking frontend of the ASPSP.
|
int |
hashCode() |
AuthenticationObject |
name(String name) |
void |
setAuthenticationMethodId(String authenticationMethodId) |
void |
setAuthenticationType(AuthenticationType authenticationType) |
void |
setAuthenticationVersion(String authenticationVersion) |
void |
setExplanation(String explanation) |
void |
setName(String name) |
String |
toString() |
public AuthenticationObject authenticationType(AuthenticationType authenticationType)
@NotNull public AuthenticationType getAuthenticationType()
public void setAuthenticationType(AuthenticationType authenticationType)
public AuthenticationObject authenticationVersion(String authenticationVersion)
public String getAuthenticationVersion()
public void setAuthenticationVersion(String authenticationVersion)
public AuthenticationObject authenticationMethodId(String authenticationMethodId)
@NotNull public String getAuthenticationMethodId()
public void setAuthenticationMethodId(String authenticationMethodId)
public AuthenticationObject name(String name)
public String getName()
public void setName(String name)
public AuthenticationObject explanation(String explanation)
public String getExplanation()
public void setExplanation(String explanation)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.