|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.starface.integration.uci.java.v30.types.CcbsCall
@RpcValueObject public class CcbsCall
This object holds the properties of the ccbscall as returned by
UciCcbsCallEvents.receiveCcbsCallState(CcbsCall).
| Field Summary | |
|---|---|
protected String |
calledName
The name of the person being called |
protected String |
calledNumber
The phone number that has been called |
protected Boolean |
caller
Is caller |
protected String |
callerName
The name of the person calling |
protected String |
callerNumber
The number of the caller |
protected CcbsCallState |
ccbsCallState
The state of the call |
protected List<String> |
channelNames
The channel name |
protected long |
duration
The time between now and the timestamp in milliseconds |
protected String |
groupId
The id of the group if this call was received by a group (the empty string otherwise) |
protected String |
id
The id of the call in form of a UUID as String |
protected List<String> |
peerNames
Name of the device |
protected Date |
timestamp
The point of time when the call reached the state |
| Constructor Summary | |
|---|---|
CcbsCall()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCalledName()
|
String |
getCalledNumber()
|
String |
getCallerName()
|
String |
getCallerNumber()
|
CcbsCallState |
getCcbsCallState()
|
List<String> |
getChannelNames()
|
long |
getDuration()
|
String |
getGroupId()
|
String |
getId()
|
List<String> |
getPeerNames()
|
Date |
getTimestamp()
|
int |
hashCode()
|
Boolean |
isCaller()
|
boolean |
isGroupCall()
|
void |
setCalledName(String calledName)
|
void |
setCalledNumber(String calledNumber)
|
void |
setCaller(Boolean caller)
|
void |
setCallerName(String callerName)
|
void |
setCallerNumber(String callerNumber)
|
void |
setCcbsCallState(CcbsCallState state)
|
void |
setChannelNames(List<String> channelNames)
|
void |
setDuration(long duration)
|
void |
setGroupId(String groupId)
|
void |
setId(String id)
|
void |
setPeerNames(List<String> peerNames)
|
void |
setTimestamp(Date timestamp)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@RpcValue protected String id
String
@RpcValue protected CcbsCallState ccbsCallState
@RpcValue protected Date timestamp
@RpcValue protected String calledNumber
@RpcValue protected String calledName
@RpcValue protected String callerNumber
@RpcValue protected String callerName
@RpcValue(minVersion=30) protected String groupId
@RpcValue(minVersion=30) protected List<String> peerNames
@RpcValue(minVersion=30) protected List<String> channelNames
@RpcValue(minVersion=30) protected Boolean caller
@RpcValue(minVersion=30) protected long duration
| Constructor Detail |
|---|
public CcbsCall()
| Method Detail |
|---|
public String getId()
public void setId(String id)
public CcbsCallState getCcbsCallState()
public void setCcbsCallState(CcbsCallState state)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public String getCalledNumber()
public void setCalledNumber(String calledNumber)
public String getCalledName()
public void setCalledName(String calledName)
public String getCallerNumber()
public void setCallerNumber(String callerNumber)
public String getCallerName()
public void setCallerName(String callerName)
public List<String> getChannelNames()
public void setChannelNames(List<String> channelNames)
public String getGroupId()
public void setGroupId(String groupId)
public List<String> getPeerNames()
public void setPeerNames(List<String> peerNames)
public Boolean isCaller()
public void setCaller(Boolean caller)
public long getDuration()
public void setDuration(long duration)
public boolean isGroupCall()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||