Class HvlOAuthAuthorityOperationInfoEventModel

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

public class HvlOAuthAuthorityOperationInfoEventModel extends HvlOAuthOperationInfoEventModel
Authority operation info event model.
See Also:
  • Constructor Details

    • HvlOAuthAuthorityOperationInfoEventModel

      public HvlOAuthAuthorityOperationInfoEventModel()
      Instantiates a new Hvl o auth authority operation info event model.
    • HvlOAuthAuthorityOperationInfoEventModel

      public HvlOAuthAuthorityOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid)
      Instantiates a new Hvl o auth authority operation info event model.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
    • HvlOAuthAuthorityOperationInfoEventModel

      public HvlOAuthAuthorityOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid, List<Long> addedList, List<Long> removedList)
      Instantiates a new Hvl o auth authority operation info event model.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      addedList - the added list
      removedList - the removed list
    • HvlOAuthAuthorityOperationInfoEventModel

      public HvlOAuthAuthorityOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid, List<Long> profileGroupIdList)
      Instantiates a new Hvl o auth authority operation info event model.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      profileGroupIdList - the profile group id list
  • 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
    • getProfileGroupIdList

      public List<Long> getProfileGroupIdList()
      Gets profile group id list.
      Returns:
      the profile group id list
    • setProfileGroupIdList

      public void setProfileGroupIdList(List<Long> profileGroupIdList)
      Sets profile group id list.
      Parameters:
      profileGroupIdList - the profile group id list
    • toString

      public String toString()
      Overrides:
      toString in class HvlOAuthOperationInfoEventModel