Class IdentityData

java.lang.Object
org.exoplatform.webconferencing.IdentityData

public class IdentityData extends Object
The Class IdentityData.
  • Field Details

    • id

      protected String id
      The name.
    • displayName

      protected String displayName
      The display name.
    • avatarUrl

      protected String avatarUrl
      The avatar url.
  • Constructor Details

    • IdentityData

      public IdentityData(String id, String displayName, String type, String avatarUrl)
      Instantiates a new identity search result.
      Parameters:
      id - the id
      displayName - the display name
      type - the type
      avatarUrl - the avatar url
  • Method Details

    • getId

      public String getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(String id)
      Sets the id.
      Parameters:
      id - the new id
    • getDisplayName

      public String getDisplayName()
      Gets the display name.
      Returns:
      the display name
    • setDisplayName

      public void setDisplayName(String displayName)
      Sets the display name.
      Parameters:
      displayName - the new display name
    • getAvatarUrl

      public String getAvatarUrl()
      Gets the avatar url.
      Returns:
      the avatar url
    • setAvatarUrl

      public void setAvatarUrl(String avatarUrl)
      Sets the avatar url.
      Parameters:
      avatarUrl - the new avatar url
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(String type)
      Sets the type.
      Parameters:
      type - the new type