Class HvlAuthVerificationSmsNotificationEventModel

java.lang.Object
tr.com.havelsan.javarch.oauth.auth.starter.notification.model.HvlAuthVerificationSmsNotificationEventModel
All Implemented Interfaces:
Serializable

@Validated public class HvlAuthVerificationSmsNotificationEventModel extends Object implements Serializable
A data transfer object is used for sms notification event operations.
See Also:
  • Constructor Details

    • HvlAuthVerificationSmsNotificationEventModel

      public HvlAuthVerificationSmsNotificationEventModel()
      Instantiates a new HvlAuthVerificationSmsNotificationEventModel.
    • HvlAuthVerificationSmsNotificationEventModel

      public HvlAuthVerificationSmsNotificationEventModel(String code, String mobileNumber, Locale locale, Map<String,Object> attributeMap)
      Instantiates a new Hvl auth verification sms notification event model.
      Parameters:
      code - the code
      mobileNumber - the mobile number
      locale - the locale
      attributeMap - the attribute map
  • Method Details

    • getCode

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

      public void setCode(String code)
      Sets code.
      Parameters:
      code - the code
    • getMobileNumber

      public String getMobileNumber()
      Gets mobile number.
      Returns:
      the mobile number
    • setMobileNumber

      public void setMobileNumber(String mobileNumber)
      Sets mobile number.
      Parameters:
      mobileNumber - the mobile number
    • getLocale

      public Locale getLocale()
      Gets locale.
      Returns:
      the locale
    • setLocale

      public void setLocale(Locale locale)
      Sets locale.
      Parameters:
      locale - the locale
    • getAttributeMap

      public Map<String,Object> getAttributeMap()
      Gets attribute map.
      Returns:
      the attribute map
    • setAttributeMap

      public void setAttributeMap(Map<String,Object> attributeMap)
      Sets attribute map.
      Parameters:
      attributeMap - the attribute map