Class InviteId

    • Field Detail

      • callId

        protected String callId
        The call id.
      • identity

        protected String identity
        The identity.
    • Constructor Detail

      • InviteId

        public InviteId()
        Instantiates a new invite id.
      • InviteId

        public InviteId​(String callId,
                        String identity)
        Instantiates a new invite id.
        Parameters:
        callId - the call id
        identity - the identity
    • Method Detail

      • getCallId

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

        public void setCallId​(String callId)
        Sets the call id.
        Parameters:
        callId - the new call id
      • getIdentity

        public String getIdentity()
        Gets the identity.
        Returns:
        the identity
      • setIdentity

        public void setIdentity​(String identity)
        Sets the identity.
        Parameters:
        identity - the new identity
      • hashCode

        public int hashCode()
        Hash code.
        Overrides:
        hashCode in class Object
        Returns:
        the int
      • equals

        public boolean equals​(Object obj)
        Equals.
        Overrides:
        equals in class Object
        Parameters:
        obj - the obj
        Returns:
        true, if successful