public class Identity extends Object implements Serializable
| Constructor and Description |
|---|
Identity() |
Identity(String type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
Long |
getId() |
Boolean |
getPrimary() |
String |
getType() |
Date |
getUpdatedAt() |
String |
getUrl() |
Long |
getUserId() |
String |
getValue() |
Boolean |
getVerified() |
void |
setCreatedAt(Date createdAt) |
void |
setId(Long id) |
void |
setPrimary(Boolean primary) |
void |
setType(String type) |
void |
setUpdatedAt(Date updatedAt) |
void |
setUrl(String url) |
void |
setUserId(Long userId) |
void |
setValue(String value) |
void |
setVerified(Boolean verified) |
String |
toString() |
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
public Long getId()
public void setId(Long id)
public String getUrl()
public void setUrl(String url)
public Long getUserId()
public void setUserId(Long userId)
public Boolean getVerified()
public void setVerified(Boolean verified)
public Boolean getPrimary()
public void setPrimary(Boolean primary)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
Copyright © 2013–2020. All rights reserved.