Class AuthenticationObject
- java.lang.Object
-
- de.adorsys.xs2a.adapter.api.model.AuthenticationObject
-
@Generated("xs2a-adapter-codegen") public class AuthenticationObject extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAuthenticationMethodId()AuthenticationTypegetAuthenticationType()StringgetAuthenticationVersion()StringgetExplanation()StringgetName()inthashCode()voidsetAuthenticationMethodId(String authenticationMethodId)voidsetAuthenticationType(AuthenticationType authenticationType)voidsetAuthenticationVersion(String authenticationVersion)voidsetExplanation(String explanation)voidsetName(String name)
-
-
-
Method Detail
-
getAuthenticationType
public AuthenticationType getAuthenticationType()
-
setAuthenticationType
public void setAuthenticationType(AuthenticationType authenticationType)
-
getAuthenticationVersion
public String getAuthenticationVersion()
-
setAuthenticationVersion
public void setAuthenticationVersion(String authenticationVersion)
-
getAuthenticationMethodId
public String getAuthenticationMethodId()
-
setAuthenticationMethodId
public void setAuthenticationMethodId(String authenticationMethodId)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getExplanation
public String getExplanation()
-
setExplanation
public void setExplanation(String explanation)
-
-