Class HvlOAuthOperationNoticeInfoEventModel

java.lang.Object
tr.com.havelsan.javarch.oauth.event.common.model.HvlOAuthOperationInfoEventModel
tr.com.havelsan.javarch.oauth.event.common.data.HvlOAuthOperationNoticeInfoEventModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HvlOAuthTrustedProxyOperationInfoEventModel

public class HvlOAuthOperationNoticeInfoEventModel extends HvlOAuthOperationInfoEventModel
The type operation notice info event model. Contains the user id information to be notification.
See Also:
  • Constructor Details

    • HvlOAuthOperationNoticeInfoEventModel

      public HvlOAuthOperationNoticeInfoEventModel()
      Instantiates a new HvlOAuthOperationNoticeInfoEventModel.
    • HvlOAuthOperationNoticeInfoEventModel

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

      public HvlOAuthOperationNoticeInfoEventModel(HvlOAuthOperationEventType eventType, String sourceUuid, Set<Long> targetUserIdSet)
      Instantiates a new HvlOAuthOperationNoticeInfoEventModel.
      Parameters:
      eventType - the event type
      sourceUuid - the source uuid
      targetUserIdSet - the target user id set
  • Method Details

    • getTargetUserIdSet

      public Set<Long> getTargetUserIdSet()
      Gets target user id set.
      Returns:
      the target user id set
    • setTargetUserIdSet

      public void setTargetUserIdSet(Set<Long> targetUserIdSet)
      Sets target user id set.
      Parameters:
      targetUserIdSet - the target user id set
    • toString

      public String toString()
      Overrides:
      toString in class HvlOAuthOperationInfoEventModel