Class HvlOAuthProfileOperationInfoEventModel

java.lang.Object
tr.com.havelsan.javarch.oauth.event.common.model.HvlOAuthOperationInfoEventModel
tr.com.havelsan.javarch.oauth.event.common.module.profile.model.HvlOAuthProfileOperationInfoEventModel
All Implemented Interfaces:
Serializable

public class HvlOAuthProfileOperationInfoEventModel extends HvlOAuthOperationInfoEventModel
Profile operation info event model.
See Also:
  • Constructor Details

    • HvlOAuthProfileOperationInfoEventModel

      public HvlOAuthProfileOperationInfoEventModel()
      Instantiates a new HvlOAuthProfileOperationInfoEventModel.
    • HvlOAuthProfileOperationInfoEventModel

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

      public HvlOAuthProfileOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid, List<Long> addedList, List<Long> removedList)
      Instantiates a new HvlOAuthProfileOperationInfoEventModel.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      addedList - the added list
      removedList - the removed list
    • HvlOAuthProfileOperationInfoEventModel

      public HvlOAuthProfileOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid, List<Long> addedList, List<Long> removedList, String profileUserUuid)
      Instantiates a new HvlOAuthProfileOperationInfoEventModel.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      addedList - the added list
      removedList - the removed list
      profileUserUuid - the profile user uuid
    • HvlOAuthProfileOperationInfoEventModel

      public HvlOAuthProfileOperationInfoEventModel(HvlOAuthOperationEventType eventType, String uuid, boolean profileDetailCopied)
      Instantiates a new Hvl o auth profile operation info event model.
      Parameters:
      eventType - the event type
      uuid - the uuid
      profileDetailCopied - the profile detail copied
  • Method Details

    • getAddedList

      public List<Long> getAddedList()
      Gets added list.
      Returns:
      the added list
    • setAddedList

      public void setAddedList(List<Long> addedList)
      Sets added list.
      Parameters:
      addedList - the added list
    • getRemovedList

      public List<Long> getRemovedList()
      Gets removed list.
      Returns:
      the removed list
    • setRemovedList

      public void setRemovedList(List<Long> removedList)
      Sets removed list.
      Parameters:
      removedList - the removed list
    • getProfileUserUuid

      public String getProfileUserUuid()
      Gets profile user uuid.
      Returns:
      the profile user uuid
    • setProfileUserUuid

      public void setProfileUserUuid(String profileUserUuid)
      Sets profile user uuid.
      Parameters:
      profileUserUuid - the profile user uuid
    • toString

      public String toString()
      Overrides:
      toString in class HvlOAuthOperationInfoEventModel