de.starface.integration.uci.java.v30.types
Class SoftPhoneConfig
java.lang.Object
de.starface.integration.uci.java.v30.types.SoftPhoneConfig
- All Implemented Interfaces:
- Serializable
@RpcValueObject
public class SoftPhoneConfig
- extends Object
- implements Serializable
This object holds SIP credentials for SoftPhones
- See Also:
- Serialized Form
SoftPhoneConfig
public SoftPhoneConfig()
getSipUserId
public String getSipUserId()
- Returns:
- Returns the sipUserId.
setSipUserId
public void setSipUserId(String sipUserId)
- Parameters:
sipUserId - The sipUserId to set.
getSipPassword
public String getSipPassword()
- Returns:
- Returns the sipPassword.
setSipPassword
public void setSipPassword(String sipPassword)
- Parameters:
sipPassword - The sipPassword to set.
getRealm
public String getRealm()
- Returns:
- Returns the realm.
setRealm
public void setRealm(String realm)
- Parameters:
realm - The realm to set.
getSipPort
public int getSipPort()
- Returns:
- Returns the sipPort.
setSipPort
public void setSipPort(int sipPort)
- Parameters:
sipPort - The sipPort 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.