de.starface.integration.uci.java.v30.types
Class CallIdChanges

java.lang.Object
  extended by 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

Field Summary
protected  String newId
          The newId of the call in form of a UUID as String
protected  String oldId
          The oldId of the call in form of a UUID as String
 
Constructor Summary
CallIdChanges()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getNewId()
           
 String getOldId()
           
 int hashCode()
           
 void setNewId(String newId)
           
 void setOldId(String oldId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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

Constructor Detail

CallIdChanges

public CallIdChanges()
Method Detail

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.