com.telapi.api.domain
Class Participant

java.lang.Object
  extended by com.telapi.api.domain.BaseTelapiObject
      extended by com.telapi.api.domain.Participant

public class Participant
extends BaseTelapiObject


Constructor Summary
Participant()
           
 
Method Summary
 String getCallerName()
           
 String getCallerNumber()
           
 String getCallSid()
           
 String getConferenceSid()
           
 Boolean getDeaf()
           
 Long getDuration()
           
 Boolean getMuted()
           
 void setCallerName(String callerName)
           
 void setCallerNumber(String callerNumber)
           
 void setCallSid(String callSid)
           
 void setConferenceSid(String conferenceSid)
           
 void setDeaf(Boolean deaf)
           
 void setDuration(Long duration)
           
 void setMuted(Boolean muted)
           
 
Methods inherited from class com.telapi.api.domain.BaseTelapiObject
getAccountSid, getApiVersion, getDateCreated, getDateUpdated, getSid, getUri, setAccountSid, setApiVersion, setDateCreated, setDateUpdated, setSid, setUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Participant

public Participant()
Method Detail

getCallSid

public String getCallSid()
Returns:
The sid of the call of the participant

setCallSid

public void setCallSid(String callSid)

getConferenceSid

public String getConferenceSid()
Returns:
The sid of the conference the participant is a part of

setConferenceSid

public void setConferenceSid(String conferenceSid)

getMuted

public Boolean getMuted()
Returns:
Returns true if the participant is muted.

setMuted

public void setMuted(Boolean muted)

getDeaf

public Boolean getDeaf()
Returns:
Returns true if the participant is deafened.

setDeaf

public void setDeaf(Boolean deaf)

getCallerName

public String getCallerName()
Returns:
The participant name available on the caller id.

setCallerName

public void setCallerName(String callerName)

getCallerNumber

public String getCallerNumber()
Returns:
The number this participant used to enter the conference.

setCallerNumber

public void setCallerNumber(String callerNumber)

getDuration

public Long getDuration()
Returns:
The duration in seconds a participant has been in a conference.

setDuration

public void setDuration(Long duration)


Copyright © 2012. All Rights Reserved.