public class RewardTeamMember extends Object implements Serializable
| Constructor and Description |
|---|
RewardTeamMember() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId() |
Long |
getIdentityId() |
String |
getProviderId() |
Long |
getTechnicalId() |
int |
hashCode() |
void |
setId(String id) |
void |
setIdentityId(Long identityId) |
void |
setProviderId(String providerId) |
void |
setTechnicalId(Long technicalId) |
String |
toString() |
public String getId()
public String getProviderId()
public Long getTechnicalId()
public Long getIdentityId()
public void setId(String id)
public void setProviderId(String providerId)
public void setTechnicalId(Long technicalId)
public void setIdentityId(Long identityId)
protected boolean canEqual(Object other)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.