Package de.adorsys.psd2.model
Class ChosenScaMethod
- java.lang.Object
-
- de.adorsys.psd2.model.AuthenticationObject
-
- de.adorsys.psd2.model.ChosenScaMethod
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-11-12T17:35:11.808068+02:00[Europe/Kiev]") public class ChosenScaMethod extends AuthenticationObjectChosenScaMethod
-
-
Constructor Summary
Constructors Constructor Description ChosenScaMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class de.adorsys.psd2.model.AuthenticationObject
authenticationMethodId, authenticationType, authenticationVersion, explanation, getAuthenticationMethodId, getAuthenticationType, getAuthenticationVersion, getExplanation, getName, name, setAuthenticationMethodId, setAuthenticationType, setAuthenticationVersion, setExplanation, setName
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAuthenticationObject
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAuthenticationObject
-
toString
public String toString()
- Overrides:
toStringin classAuthenticationObject
-
-