Class OriginId

    • Field Detail

      • id

        protected String id
        The id.
      • callId

        protected String callId
        The call id.
      • type

        protected String type
        The call type.
    • Constructor Detail

      • 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 Detail

      • 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