Package org.exoplatform.webconferencing
Class IdentityData
java.lang.Object
org.exoplatform.webconferencing.IdentityData
The Class IdentityData.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIdentityData(String id, String displayName, String type, String avatarUrl) Instantiates a new identity search result. -
Method Summary
Modifier and TypeMethodDescriptionGets the avatar url.Gets the display name.getId()Gets the id.getType()Gets the type.voidsetAvatarUrl(String avatarUrl) Sets the avatar url.voidsetDisplayName(String displayName) Sets the display name.voidSets the id.voidSets the type.
-
Field Details
-
id
The name. -
displayName
The display name. -
avatarUrl
The avatar url.
-
-
Constructor Details
-
IdentityData
Instantiates a new identity search result.- Parameters:
id- the iddisplayName- the display nametype- the typeavatarUrl- the avatar url
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getDisplayName
Gets the display name.- Returns:
- the display name
-
setDisplayName
Sets the display name.- Parameters:
displayName- the new display name
-
getAvatarUrl
Gets the avatar url.- Returns:
- the avatar url
-
setAvatarUrl
Sets the avatar url.- Parameters:
avatarUrl- the new avatar url
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-