de.starface.integration.uci.java.v30.types
Class SoftPhoneRegistrationInfo
java.lang.Object
de.starface.integration.uci.java.v30.types.SoftPhoneRegistrationInfo
- All Implemented Interfaces:
- Serializable
@RpcValueObject
public class SoftPhoneRegistrationInfo
- extends Object
- implements Serializable
This object hold the SIP userId which has been requested by another UCI instance
- See Also:
- Serialized Form
SoftPhoneRegistrationInfo
public SoftPhoneRegistrationInfo()
getSipUserId
public String getSipUserId()
- Returns:
- Returns the sipUserId.
setSipUserId
public void setSipUserId(String sipUserId)
- Parameters:
sipUserId - The sipUserId to set.
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
- See Also:
Object.hashCode()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
- See Also:
Object.equals(java.lang.Object)
toString
public String toString()
- Overrides:
toString in class Object
- See Also:
Object.toString()
Copyright © 2012 STARFACE GmbH. All rights reserved.