de.starface.integration.uci.java.v30.types
Class SoftPhoneSetting
java.lang.Object
de.starface.integration.uci.java.v30.types.SoftPhoneSetting
- All Implemented Interfaces:
- Serializable
@RpcValueObject
public class SoftPhoneSetting
- extends Object
- implements Serializable
This object holds information to identify and register a SoftPhone
- See Also:
- Serialized Form
DEFAULT_CODECS
public static final String DEFAULT_CODECS
- See Also:
- Constant Field Values
DEFAULT_NATTYPE
public static final SoftPhoneNatType DEFAULT_NATTYPE
SoftPhoneSetting
public SoftPhoneSetting(String softPhoneId,
String codecs,
SoftPhoneNatType natType)
SoftPhoneSetting
public SoftPhoneSetting(String softPhoneId)
SoftPhoneSetting
public SoftPhoneSetting()
getSoftPhoneId
public String getSoftPhoneId()
- Returns:
- Returns the softPhoneType.
setSoftPhoneId
public void setSoftPhoneId(String softPhoneId)
- Parameters:
softPhoneId - The softPhoneType to set.
getCodecs
public String getCodecs()
- Returns:
- Returns the codecs.
setCodecs
public void setCodecs(String codecs)
- Parameters:
codecs - The codecs to set.
getNatType
public SoftPhoneNatType getNatType()
- Returns:
- Returns the natType.
setNatType
public void setNatType(SoftPhoneNatType natType)
- Parameters:
natType - The natType 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.