Class HvlAuthzRegistrationNotificationEventModel

java.lang.Object
tr.com.havelsan.javarch.oauth.authz.starter.notification.model.HvlAuthzRegistrationNotificationEventModel

@Validated public class HvlAuthzRegistrationNotificationEventModel extends Object
A data transfer object is used for registration event operations.
  • Field Details

  • Constructor Details

    • HvlAuthzRegistrationNotificationEventModel

      public HvlAuthzRegistrationNotificationEventModel(String email, String code, String url, Long duration)
      Instantiates a new HvlAuthzRegistrationNotificationEventModel.
      Parameters:
      email - the email
      code - the code
      url - the url
      duration - the duration
  • Method Details

    • getEmail

      public String getEmail()
      Gets email.
      Returns:
      the email
    • getCode

      public String getCode()
      Gets code.
      Returns:
      the code
    • getUrl

      public String getUrl()
      Gets url.
      Returns:
      the url
    • getDuration

      public Long getDuration()
      Gets duration.
      Returns:
      the duration