public class CommunityMember extends PersonalRole
| Constructor and Description |
|---|
CommunityMember()
Default constructor
|
CommunityMember(CommunityMember template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getCommunityGUID()
Return the unique identifier (guid) for the community.
|
CommunityMembershipType |
getMembershipType()
Return the membership type.
|
int |
hashCode()
Return hash code for this object
|
void |
setCommunityGUID(String communityGUID)
Set up the unique identifier (guid) for the community.
|
void |
setMembershipType(CommunityMembershipType membershipType)
Set up the membership type.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getExtendedProperties, getScope, setAdditionalProperties, setExtendedProperties, setScopegetClassifications, getDescription, getName, getQualifiedName, setClassifications, setDescription, setName, setQualifiedNamegetGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic CommunityMember()
public CommunityMember(CommunityMember template)
template - object to copypublic CommunityMembershipType getMembershipType()
public void setMembershipType(CommunityMembershipType membershipType)
membershipType - membership type enumpublic String getCommunityGUID()
public void setCommunityGUID(String communityGUID)
communityGUID - string guidpublic String toString()
toString in class PersonalRolepublic boolean equals(Object objectToCompare)
equals in class PersonalRoleobjectToCompare - test objectpublic int hashCode()
hashCode in class PersonalRoleCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.