|
||||||||||
| 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.Call
@RpcValueObject public class Call
This object holds the properties of the call as returned by
UciCallEvents.receiveCallState(Call).
| Field Summary | |
|---|---|
protected String |
avatarHash
AvatarHash of Caller |
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 List<String> |
channelNames
The channel name |
protected boolean |
conferenceAdmin
The current call is an conference admin |
protected String |
conferenceRoomId
The conference room identifikation |
protected Date |
connectedTimestamp
The point of time when the call is connected |
protected boolean |
consultationCall
Is this call a consultationCall |
protected String |
doorlineCamUrl
Doorline Cam of Caller |
protected String |
doorlineDtmfCode
Doorline dtm code |
protected Integer |
doorlineImageProviderId
Doorline image provider id |
protected long |
duration
The time between now and the connected timestamp/timestamp |
protected String |
forwarderCallerIdName
Forwarder callerIdName of farwarder |
protected String |
forwarderCallerIdNumber
Forwarder callerIdNumber of farwarder |
protected ForwardType |
forwardType
Forward type |
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 String |
jabberId
The jabber id |
protected List<String> |
peerNames
Name of the device |
protected Boolean |
recorded
Is in the current call recording activated |
protected Boolean |
recorder
Is in the current call recorded by the user |
protected Boolean |
recordOwner
Is the user a monitor owner |
protected String |
referenceOfConsultation
The reference of the outher side of consultation |
protected List<String> |
sipCallIds
The sip callId |
protected CallState |
state
The state of the call |
protected Date |
timestamp
The point of time when the call reached the state |
| Constructor Summary | |
|---|---|
Call()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@RpcValue protected String id
String
@RpcValue protected CallState state
@RpcValue protected Date timestamp
@RpcValue protected String calledNumber
@RpcValue protected String calledName
@RpcValue protected String callerNumber
@RpcValue protected String callerName
@RpcValue(minVersion=22) protected String groupId
@RpcValue(minVersion=30) protected List<String> peerNames
@RpcValue(minVersion=30) protected List<String> channelNames
@RpcValue(minVersion=30) protected List<String> sipCallIds
@RpcValue(minVersion=30) protected Boolean caller
@RpcValue(minVersion=30) protected Date connectedTimestamp
@RpcValue(minVersion=30) protected Boolean recorded
@RpcValue(minVersion=30) protected Boolean recorder
@RpcValue(minVersion=30) protected Boolean recordOwner
@RpcValue(minVersion=30) protected String avatarHash
@RpcValue(minVersion=30) protected String doorlineCamUrl
@RpcValue(minVersion=30) protected String doorlineDtmfCode
@RpcValue(minVersion=30) protected Integer doorlineImageProviderId
@RpcValue(minVersion=30) protected ForwardType forwardType
@RpcValue(minVersion=30) protected String forwarderCallerIdName
@RpcValue(minVersion=30) protected String forwarderCallerIdNumber
@RpcValue(minVersion=30) protected String conferenceRoomId
@RpcValue(minVersion=30) protected boolean conferenceAdmin
@RpcValue(minVersion=30) protected String referenceOfConsultation
@RpcValue(minVersion=30) protected long duration
@RpcValue(minVersion=30) protected boolean consultationCall
@RpcValue(minVersion=30) protected String jabberId
| Constructor Detail |
|---|
public Call()
| Method Detail |
|---|
public Date getConnectedTimestamp()
public void setConnectedTimestamp(Date connectedTimestamp)
public String getId()
public void setId(String id)
public CallState getState()
public void setState(CallState 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 isGroupCall()
public void setRecorder(Boolean recorder)
public void setRecorded(Boolean recorded)
public void setRecordOwner(Boolean recordOwner)
public String getAvatarHash()
public void setAvatarHash(String avatarHash)
public String getDoorlineCamUrl()
public void setDoorlineCamUrl(String doorlineCamUrl)
public String getDoorlineDtmfCode()
public void setDoorlineDtmfCode(String doorlineDtmfCode)
public Integer getDoorlineImageProviderId()
public void setDoorlineImageProviderId(Integer doorlineImageProviderId)
public List<String> getSipCallIds()
public void setSipCallIds(List<String> sipCallIds)
public Boolean isCaller()
public void setCaller(Boolean caller)
public ForwardType getForwardType()
public void setForwardType(ForwardType forwardType)
public String getForwarderCallerIdName()
public void setForwarderCallerIdName(String forwarderCallerIdName)
public String getForwarderCallerIdNumber()
public void setForwarderCallerIdNumber(String forwarderCallerIdNumber)
public String getConferenceRoomId()
public void setConferenceRoomId(String conferenceRoomId)
public Boolean isRecorder()
public Boolean isRecorded()
public Boolean isRecordOwner()
public boolean isConferenceAdmin()
public void setConferenceAdmin(boolean conferenceAdmin)
public long getDuration()
public void setDuration(long duration)
public boolean isConsultationCall()
public void setConsultationCall(boolean consultationCall)
public String getReferenceOfConsultation()
public void setReferenceOfConsultation(String referenceOfConsultation)
public String getJabberId()
public void setJabberId(String jabberId)
jabberId - the jabberId to setpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||