de.starface.integration.uci.java.v30.types
Class CallIdChanges
java.lang.Object
de.starface.integration.uci.java.v30.types.CallIdChanges
- All Implemented Interfaces:
- Serializable
@RpcValueObject
public class CallIdChanges
- extends Object
- implements Serializable
This object holds the properties of the call as returned by
UciCallEvents.receiveCallState(Call).
- See Also:
- Serialized Form
oldId
@RpcValue
protected String oldId
- The oldId of the call in form of a UUID as
String
newId
@RpcValue
protected String newId
- The newId of the call in form of a UUID as
String
CallIdChanges
public CallIdChanges()
getOldId
public String getOldId()
- Returns:
- the oldId
setOldId
public void setOldId(String oldId)
- Parameters:
oldId - the oldId to set
getNewId
public String getNewId()
- Returns:
- the newId
setNewId
public void setNewId(String newId)
- Parameters:
newId - the newId to set
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012 STARFACE GmbH. All rights reserved.