public class IdentityInfo extends Identity
| Constructor and Description |
|---|
IdentityInfo() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt()
Returns the identity creation date.
|
String |
getId()
Returns the identity's identifier.
|
boolean |
isConfirmed() |
void |
setConfirmed(boolean confirmed) |
void |
setCreatedAt(Date createdAt)
Sets the identity creation date.
|
void |
setId(String id)
Sets the identity's identifier.
|
public String getId()
public void setId(String id)
id - the identity's identifier.public boolean isConfirmed()
true if identity confirmed.public void setConfirmed(boolean confirmed)
confirmed - the identiry confirmed flag.public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - the identity creation date.Copyright © 2016. All rights reserved.