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

java.lang.Object
  extended by de.starface.integration.uci.java.v30.types.CallInfo
All Implemented Interfaces:
Serializable

@RpcValueObject
public class CallInfo
extends Object
implements Serializable

This object holds the properties of an ongoing call as returned by the request UciFunctionKeyRequests.getCallInfoForKey(String)

See Also:
Serialized Form

Constructor Summary
CallInfo()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 int getDuration()
           
 String getNumber()
           
 CallInfoState getState()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setDuration(int duration)
           
 void setNumber(String number)
           
 void setState(CallInfoState state)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallInfo

public CallInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getState

public CallInfoState getState()

setState

public void setState(CallInfoState state)

getDuration

public int getDuration()

setDuration

public void setDuration(int duration)

getNumber

public String getNumber()

setNumber

public void setNumber(String number)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

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.