public class AuthRecord extends EntityObject
Constructor and Description |
---|
AuthRecord() |
AuthRecord(User user,
Site site,
AuthAction authAction) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AuthAction |
getAuthAction() |
long |
getAuthActionId() |
Site |
getSite() |
User |
getUser() |
int |
hashCode() |
void |
setAuthActionId(long authActionId) |
void |
setSite(Site site) |
void |
setUser(User user) |
getCreatedDate, getId, getUpdatedDate, setCreatedDate, setId, setUpdatedDate
public AuthRecord()
public AuthRecord(User user, Site site, AuthAction authAction)
public User getUser()
public void setUser(User user)
public Site getSite()
public void setSite(Site site)
public long getAuthActionId()
public void setAuthActionId(long authActionId)
public AuthAction getAuthAction()
public boolean equals(Object o)
equals
in class EntityObject
public int hashCode()
hashCode
in class EntityObject
Copyright © 2021 Atlassian. All rights reserved.