@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-03-16T13:49:16.891743+02:00[Europe/Kiev]") public class AuthenticationObject extends Object
| Constructor and Description |
|---|
AuthenticationObject() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationObject |
authenticationMethodId(String authenticationMethodId) |
AuthenticationObject |
authenticationType(String authenticationType) |
AuthenticationObject |
authenticationVersion(String authenticationVersion) |
boolean |
equals(Object o) |
AuthenticationObject |
explanation(String explanation) |
@NotNull @Size(max=35) String |
getAuthenticationMethodId()
Get authenticationMethodId
|
@NotNull String |
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(String authenticationType) |
void |
setAuthenticationVersion(String authenticationVersion) |
void |
setExplanation(String explanation) |
void |
setName(String name) |
String |
toString() |
public AuthenticationObject authenticationType(String authenticationType)
@NotNull public @NotNull String getAuthenticationType()
public void setAuthenticationType(String authenticationType)
public AuthenticationObject authenticationVersion(String authenticationVersion)
public String getAuthenticationVersion()
public void setAuthenticationVersion(String authenticationVersion)
public AuthenticationObject authenticationMethodId(String authenticationMethodId)
@NotNull @Size(max=35) public @NotNull @Size(max=35) 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 © 2020. All rights reserved.