Class OriginId

java.lang.Object
org.exoplatform.webconferencing.domain.OriginId
All Implemented Interfaces:
Serializable

public class OriginId extends Object implements Serializable
Created by The eXo Platform SAS.
Version:
$Id: OriginId.java 00000 Dec 18, 2020 pnedonosko $
Author:
Peter Nedonosko
See Also:
  • Field Details

    • id

      protected String id
      The id.
    • callId

      protected String callId
      The call id.
    • type

      protected String type
      The call type.
  • Constructor Details

    • OriginId

      public OriginId()
      Instantiates a new participant group id.
    • OriginId

      public OriginId(String id, String callId, String type)
      Instantiates a new participant group id.
      Parameters:
      id - the id
      callId - the call id
      type - the type
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getId

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

      public String getCallId()
      Gets the call id.
      Returns:
      the call id
    • getType

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