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, setUpdatedDatepublic 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 EntityObjectpublic int hashCode()
hashCode in class EntityObjectCopyright © 2018 Atlassian. All rights reserved.