Class HvlOAuthTrustedProxyOperationInfoEventModel

All Implemented Interfaces:
Serializable

public class HvlOAuthTrustedProxyOperationInfoEventModel extends HvlOAuthOperationNoticeInfoEventModel
The type trusted proxy operation info event model.
See Also:
  • Constructor Details

    • HvlOAuthTrustedProxyOperationInfoEventModel

      public HvlOAuthTrustedProxyOperationInfoEventModel()
      Instantiates a new HvlOAuthTrustedProxyOperationInfoEventModel.
    • HvlOAuthTrustedProxyOperationInfoEventModel

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

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

    • getSourceProfileId

      public Long getSourceProfileId()
      Gets source profile id.
      Returns:
      the source profile id
    • setSourceProfileId

      public void setSourceProfileId(Long sourceProfileId)
      Sets source profile id.
      Parameters:
      sourceProfileId - the source profile id
    • getRoleIdSet

      public Set<Long> getRoleIdSet()
      Gets role id set.
      Returns:
      the role id set
    • setRoleIdSet

      public void setRoleIdSet(Set<Long> roleIdSet)
      Sets role id set.
      Parameters:
      roleIdSet - the role id set
    • getUserIdSet

      public Set<Long> getUserIdSet()
      Gets user id set.
      Returns:
      the user id set
    • setUserIdSet

      public void setUserIdSet(Set<Long> userIdSet)
      Sets user id set.
      Parameters:
      userIdSet - the user id set
    • toString

      public String toString()
      Overrides:
      toString in class HvlOAuthOperationNoticeInfoEventModel