Package de.adorsys.psd2.model
Class SelectPsuAuthenticationMethod
- java.lang.Object
-
- de.adorsys.psd2.model.SelectPsuAuthenticationMethod
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-11-12T17:35:11.808068+02:00[Europe/Kiev]") public class SelectPsuAuthenticationMethod extends ObjectContent of the body of a Select PSU authentication method request.
-
-
Constructor Summary
Constructors Constructor Description SelectPsuAuthenticationMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectPsuAuthenticationMethodauthenticationMethodId(String authenticationMethodId)booleanequals(Object o)@NotNull @Size(max=35) StringgetAuthenticationMethodId()Get authenticationMethodIdinthashCode()voidsetAuthenticationMethodId(String authenticationMethodId)StringtoString()
-
-
-
Method Detail
-
authenticationMethodId
public SelectPsuAuthenticationMethod authenticationMethodId(String authenticationMethodId)
-
getAuthenticationMethodId
@NotNull @Size(max=35) public @NotNull @Size(max=35) String getAuthenticationMethodId()
Get authenticationMethodId- Returns:
- authenticationMethodId
-
setAuthenticationMethodId
public void setAuthenticationMethodId(String authenticationMethodId)
-
-