java.lang.Object
tr.com.havelsan.javarch.oauth.jpa.data.common.module.support.acquired.model.query.predicate.HvlOAuthProfileAcquiredRolePredicateModel
All Implemented Interfaces:
Serializable

public class HvlOAuthProfileAcquiredRolePredicateModel extends Object implements Serializable
A data transfer object which is used to predicate query.
See Also:
  • Method Details

    • of

      public static HvlOAuthProfileAcquiredRolePredicateModel of(Long profileId, Long proxyId)
      Of hvl o auth profile acquired role predicate model.
      Parameters:
      profileId - the profile id
      proxyId - the proxy id
      Returns:
      the hvl o auth profile acquired role predicate model
    • getProfileId

      public Long getProfileId()
      Gets profile id.
      Returns:
      the profile id
    • getProfileName

      public String getProfileName()
      Gets profile name.
      Returns:
      the profile name
    • getProxyId

      public Long getProxyId()
      Gets proxy id.
      Returns:
      the proxy id
    • getProxyUuid

      public String getProxyUuid()
      Gets proxy uuid.
      Returns:
      the proxy uuid
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object