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

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

@RpcValueObject
public class CdrDataInfo
extends Object
implements Serializable

This object holds the properties of the cdr as returned by UciCdrDataEvents.callCdrEvent(CdrDataInfo).

See Also:
Serialized Form

Constructor Summary
CdrDataInfo()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAnsweredElsewhere()
           
 String getCallbackNumber()
           
 Integer getCalledAccountId()
           
 String getCalledCallerId()
           
 Integer getCallerAccountId()
           
 String getCallerCallerId()
           
 String getCallLegUUID()
           
 Integer getCallResultCausedBy()
           
 Long getCallResultTime()
           
 Integer getCallStepId()
           
 Integer getCdrAccountId()
           
 String getCdrCallResult()
           
 Long getId()
           
 Integer getLineId()
           
 String getLineName()
           
 Long getLinkTime()
           
 Long getRingingTime()
           
 Integer getServiceId()
           
 Long getStartTime()
           
 int hashCode()
           
 Boolean isAnswered()
           
 Boolean isDeleted()
           
 Boolean isFaxAvailable()
           
 Boolean isIncoming()
           
 Boolean isMonitorAvailable()
           
 Boolean isPrivateCall()
           
 Boolean isVoicemailAvailable()
           
 void setAnswered(Boolean answered)
           
 void setAnsweredElsewhere(String answeredElsewhere)
           
 void setCallbackNumber(String callbackNumber)
           
 void setCalledAccountId(Integer calledAccountId)
           
 void setCalledCallerId(String calledCallerId)
           
 void setCallerAccountId(Integer callerAccountId)
           
 void setCallerCallerId(String callerCallerId)
           
 void setCallLegUUID(String callLegUUID)
           
 void setCallResultCausedBy(Integer callResultCausedBy)
           
 void setCallResultTime(Long callResultTime)
           
 void setCallStepId(Integer callStepId)
           
 void setCdrAccountId(Integer cdrAccountId)
           
 void setCdrCallResult(String cdrCallResult)
           
 void setDeleted(Boolean deleted)
           
 void setFaxAvailable(Boolean faxAvailable)
           
 void setId(Long id)
           
 void setIncoming(Boolean incoming)
           
 void setLineId(Integer lineId)
           
 void setLineName(String lineName)
           
 void setLinkTime(Long linkTime)
           
 void setMonitorAvailable(Boolean monitorAvailable)
           
 void setPrivateCall(Boolean privateCall)
           
 void setRingingTime(Long ringingTime)
           
 void setServiceId(Integer serviceId)
           
 void setStartTime(Long startTime)
           
 void setVoicemailAvailable(Boolean voicemailAvailable)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CdrDataInfo

public CdrDataInfo()
Method Detail

getCallStepId

public Integer getCallStepId()
Returns:
the callStepId

setCallStepId

public void setCallStepId(Integer callStepId)
Parameters:
callStepId - the callStepId to set

getCallLegUUID

public String getCallLegUUID()
Returns:
the callLegUUID

setCallLegUUID

public void setCallLegUUID(String callLegUUID)
Parameters:
callLegUUID - the callLegUUID to set

getCdrAccountId

public Integer getCdrAccountId()
Returns:
the cdrAccountId

setCdrAccountId

public void setCdrAccountId(Integer cdrAccountId)
Parameters:
cdrAccountId - the cdrAccountId to set

getCallerAccountId

public Integer getCallerAccountId()
Returns:
the callerAccountId

setCallerAccountId

public void setCallerAccountId(Integer callerAccountId)
Parameters:
callerAccountId - the callerAccountId to set

getCallerCallerId

public String getCallerCallerId()
Returns:
the callerCallerId

setCallerCallerId

public void setCallerCallerId(String callerCallerId)
Parameters:
callerCallerId - the callerCallerId to set

getCalledAccountId

public Integer getCalledAccountId()
Returns:
the calledAccountId

setCalledAccountId

public void setCalledAccountId(Integer calledAccountId)
Parameters:
calledAccountId - the calledAccountId to set

getCalledCallerId

public String getCalledCallerId()
Returns:
the calledCallerId

setCalledCallerId

public void setCalledCallerId(String calledCallerId)
Parameters:
calledCallerId - the calledCallerId to set

getServiceId

public Integer getServiceId()
Returns:
the serviceId

setServiceId

public void setServiceId(Integer serviceId)
Parameters:
serviceId - the serviceId to set

getStartTime

public Long getStartTime()
Returns:
the startTime

setStartTime

public void setStartTime(Long startTime)
Parameters:
startTime - the startTime to set

getRingingTime

public Long getRingingTime()
Returns:
the ringingTime

setRingingTime

public void setRingingTime(Long ringingTime)
Parameters:
ringingTime - the ringingTime to set

getLinkTime

public Long getLinkTime()
Returns:
the linkTime

setLinkTime

public void setLinkTime(Long linkTime)
Parameters:
linkTime - the linkTime to set

getCallResultTime

public Long getCallResultTime()
Returns:
the callResultTime

setCallResultTime

public void setCallResultTime(Long callResultTime)
Parameters:
callResultTime - the callResultTime to set

getCdrCallResult

public String getCdrCallResult()
Returns:
the cdrCallResult

setCdrCallResult

public void setCdrCallResult(String cdrCallResult)
Parameters:
cdrCallResult - the cdrCallResult to set

getCallResultCausedBy

public Integer getCallResultCausedBy()
Returns:
the callResultCausedBy

setCallResultCausedBy

public void setCallResultCausedBy(Integer callResultCausedBy)
Parameters:
callResultCausedBy - the callResultCausedBy to set

getLineId

public Integer getLineId()
Returns:
the lineId

setLineId

public void setLineId(Integer lineId)
Parameters:
lineId - the lineId to set

getLineName

public String getLineName()
Returns:
the lineName

setLineName

public void setLineName(String lineName)
Parameters:
lineName - the lineName to set

getCallbackNumber

public String getCallbackNumber()
Returns:
the callbackNumber

setCallbackNumber

public void setCallbackNumber(String callbackNumber)
Parameters:
callbackNumber - the callbackNumber to set

getAnsweredElsewhere

public String getAnsweredElsewhere()
Returns:
the answeredElsewhere

setAnsweredElsewhere

public void setAnsweredElsewhere(String answeredElsewhere)
Parameters:
answeredElsewhere - the answeredElsewhere to set

isIncoming

public Boolean isIncoming()
Returns:
the incoming

setIncoming

public void setIncoming(Boolean incoming)
Parameters:
incoming - the incoming to set

isAnswered

public Boolean isAnswered()
Returns:
the answered

setAnswered

public void setAnswered(Boolean answered)
Parameters:
answered - the answered to set

isVoicemailAvailable

public Boolean isVoicemailAvailable()
Returns:
the voicemailAvailable

setVoicemailAvailable

public void setVoicemailAvailable(Boolean voicemailAvailable)
Parameters:
voicemailAvailable - the voicemailAvailable to set

isMonitorAvailable

public Boolean isMonitorAvailable()
Returns:
the monitorAvailable

setMonitorAvailable

public void setMonitorAvailable(Boolean monitorAvailable)
Parameters:
monitorAvailable - the monitorAvailable to set

isFaxAvailable

public Boolean isFaxAvailable()
Returns:
the faxAvailable

setFaxAvailable

public void setFaxAvailable(Boolean faxAvailable)
Parameters:
faxAvailable - the faxAvailable to set

isDeleted

public Boolean isDeleted()
Returns:
the deleted

setDeleted

public void setDeleted(Boolean deleted)
Parameters:
deleted - the deleted to set

isPrivateCall

public Boolean isPrivateCall()
Returns:
the privateCall

setPrivateCall

public void setPrivateCall(Boolean privateCall)
Parameters:
privateCall - the privateCall to set

getId

public Long getId()
Returns:
the id

setId

public void setId(Long id)
Parameters:
id - the id to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 STARFACE GmbH. All rights reserved.