com.safi.asterisk
Class chanlist
java.lang.Object
com.safi.asterisk.chanlist
public class chanlist
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chanlist
public chanlist()
delete
public void delete()
setType
public void setType(java.lang.String type)
getType
public java.lang.String getType()
setDescription
public void setDescription(java.lang.String description)
getDescription
public java.lang.String getDescription()
setCapabilities
public void setCapabilities(int capabilities)
getCapabilities
public int getCapabilities()
setRequester
public void setRequester(SWIGTYPE_p_f_p_char_int_p_void__p_ast_channel requester)
getRequester
public SWIGTYPE_p_f_p_char_int_p_void__p_ast_channel getRequester()
setDevicestate
public void setDevicestate(SWIGTYPE_p_f_p_void__int devicestate)
getDevicestate
public SWIGTYPE_p_f_p_void__int getDevicestate()
setNext
public void setNext(chanlist next)
getNext
public chanlist getNext()