@Entity public class JpaUserLoginAttempt extends Object implements Serializable, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
Constructor and Description |
---|
JpaUserLoginAttempt() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
org.modelmapper.ModelMapper |
fromMe() |
Instant |
getAttemptTime() |
String |
getAuthServerId() |
Class<?> |
getBusinessDomainType() |
String |
getId() |
String |
getLoginAttemptResult() |
String |
getUserId() |
String |
getUsername()
The username used in the login attempt.
|
int |
hashCode() |
boolean |
isConsidered() |
void |
setAttemptTime(Instant attemptTime) |
void |
setAuthServerId(String authServerId) |
void |
setConsidered(boolean considered) |
void |
setId(String id) |
void |
setLoginAttemptResult(String loginAttemptResult) |
void |
setUserId(String userId) |
void |
setUsername(String username)
The username used in the login attempt.
|
org.modelmapper.ModelMapper |
toMe() |
String |
toString() |
public Class<?> getBusinessDomainType()
getBusinessDomainType
in interface com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
public org.modelmapper.ModelMapper fromMe()
fromMe
in interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
public org.modelmapper.ModelMapper toMe()
toMe
in interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
public String getId()
public String getUsername()
public String getUserId()
public String getAuthServerId()
public String getLoginAttemptResult()
public boolean isConsidered()
public Instant getAttemptTime()
public void setId(String id)
public void setUsername(String username)
public void setUserId(String userId)
public void setAuthServerId(String authServerId)
public void setLoginAttemptResult(String loginAttemptResult)
public void setConsidered(boolean considered)
public void setAttemptTime(Instant attemptTime)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.