Class HvlOAuthProfileGroupOperationInfoEventModel

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

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

    • HvlOAuthProfileGroupOperationInfoEventModel

      public HvlOAuthProfileGroupOperationInfoEventModel()
      Instantiates a new HvlOAuthProfileGroupOperationInfoEventModel.
    • HvlOAuthProfileGroupOperationInfoEventModel

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

      public HvlOAuthProfileGroupOperationInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid, List<Long> addedList, List<Long> removedList)
      Instantiates a new HvlOAuthProfileGroupOperationInfoEventModel.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      addedList - the added list
      removedList - the removed 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
    • toString

      public String toString()
      Overrides:
      toString in class HvlOAuthOperationInfoEventModel