Class SelectPsuAuthenticationMethod


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]")
    public class SelectPsuAuthenticationMethod
    extends Object
    Content of the body of a Select PSU authentication method request.
    • Constructor Detail

      • SelectPsuAuthenticationMethod

        public SelectPsuAuthenticationMethod()
    • Method Detail

      • getAuthenticationMethodId

        @NotNull
        @Size(max=35)
        public @NotNull @Size(max=35) String getAuthenticationMethodId()
        Get authenticationMethodId
        Returns:
        authenticationMethodId
      • setAuthenticationMethodId

        public void setAuthenticationMethodId​(String authenticationMethodId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object