com.vaadin.flow.component.login.

Class LoginI18n.ErrorMessage

    • Constructor Detail

      • ErrorMessage

        public ErrorMessage()
    • Method Detail

      • getTitle

        public String getTitle()

        Returns:

        current value for the title property

      • setTitle

        public void setTitle(String title)

        Parameters:

        title - new value for the title property.

      • getMessage

        public String getMessage()

        Returns:

        current value for the message property

      • setMessage

        public void setMessage(String message)

        Parameters:

        message - new value for the message property.