public class IdentityLinkDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
groupId |
protected String |
type |
protected String |
userId |
Constructor and Description |
---|
IdentityLinkDto() |
Modifier and Type | Method and Description |
---|---|
static IdentityLinkDto |
fromIdentityLink(IdentityLink identityLink) |
String |
getGroupId() |
String |
getType() |
String |
getUserId() |
void |
setGroupId(String groupId) |
void |
setType(String type) |
void |
setUserId(String userId) |
void |
validate() |
protected String userId
protected String groupId
protected String type
public String getUserId()
public void setUserId(String userId)
public String getGroupId()
public void setGroupId(String groupId)
public String getType()
public void setType(String type)
public static IdentityLinkDto fromIdentityLink(IdentityLink identityLink)
public void validate()
Copyright © 2015. All rights reserved.