Class HvlOAuthOperationInfoEventModel

java.lang.Object
tr.com.havelsan.javarch.oauth.event.common.model.HvlOAuthOperationInfoEventModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HvlOAuthAuthorityOperationInfoEventModel, HvlOAuthLookupOperationInfoEventModel, HvlOAuthOperationNoticeInfoEventModel, HvlOAuthPredefinedProxyOperationInfoEventModel, HvlOAuthPredefinedRoleOperationInfoEventModel, HvlOAuthProfileDetailOperationInfoEventModel, HvlOAuthProfileGroupOperationInfoEventModel, HvlOAuthProfileOperationInfoEventModel, HvlOAuthProxyOperationInfoEventModel, HvlOAuthRoleAssignerOperationalInfoEventModel, HvlOAuthRoleGroupOperationInfoEventModel, HvlOAuthRoleOperationInfoEventModel, HvlOAuthUserDetailOperationInfoEventModel, HvlOAuthUserOperationInfoEventModel, HvlOAuthUserPasswordPolicyOperationInfoEventModel, HvlOAuthUserStrategyOperationInfoEventModel

public abstract class HvlOAuthOperationInfoEventModel extends Object implements Serializable
The type Hvl o auth operation info event model.
See Also:
  • Constructor Details

    • HvlOAuthOperationInfoEventModel

      public HvlOAuthOperationInfoEventModel()
      Instantiates a new HvlOAuthOperationInfoEventModel.
    • HvlOAuthOperationInfoEventModel

      protected HvlOAuthOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid)
      Instantiates a new HvlOAuthOperationInfoEventModel.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
    • HvlOAuthOperationInfoEventModel

      public HvlOAuthOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid, Locale locale)
      Instantiates a new HvlOAuthOperationInfoEventModel.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      locale - the locale
  • Method Details

    • getEventType

      public HvlOAuthOperationEventType getEventType()
      Gets event type.
      Returns:
      the event type
    • setEventType

      public void setEventType(HvlOAuthOperationEventType eventType)
      Sets event type.
      Parameters:
      eventType - the event type
    • getSourceUuid

      public String getSourceUuid()
      Gets source uuid.
      Returns:
      the source uuid
    • setSourceUuid

      public void setSourceUuid(String sourceUuid)
      Sets source uuid.
      Parameters:
      sourceUuid - the source uuid
    • getLocale

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

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

      public String toString()
      Overrides:
      toString in class Object