public class ConnectNcco extends java.lang.Object implements Ncco
| Constructor and Description |
|---|
ConnectNcco(PhoneEndpoint endpoint) |
ConnectNcco(PhoneEndpoint[] endpoint) |
ConnectNcco(java.lang.String number) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction() |
PhoneEndpoint[] |
getEndpoint() |
java.lang.String |
getEventMethod() |
java.lang.String[] |
getEventUrl() |
java.lang.String |
getFrom() |
java.lang.Integer |
getLimit() |
MachineDetection |
getMachineDetection() |
java.lang.Integer |
getTimeout() |
void |
setEndpoint(PhoneEndpoint endpoint) |
void |
setEndpoint(PhoneEndpoint[] endpoint) |
void |
setEventMethod(java.lang.String eventMethod) |
void |
setEventUrl(java.lang.String eventUrl) |
void |
setEventUrl(java.lang.String[] eventUrl) |
void |
setFrom(java.lang.String from) |
void |
setLimit(java.lang.Integer limit) |
void |
setMachineDetection(MachineDetection machineDetection) |
void |
setTimeout(java.lang.Integer timeout) |
java.lang.String |
toJson() |
public ConnectNcco(PhoneEndpoint[] endpoint)
public ConnectNcco(PhoneEndpoint endpoint)
public ConnectNcco(java.lang.String number)
public PhoneEndpoint[] getEndpoint()
public void setEndpoint(PhoneEndpoint endpoint)
public void setEndpoint(PhoneEndpoint[] endpoint)
public java.lang.String getFrom()
public void setFrom(java.lang.String from)
public java.lang.Integer getTimeout()
public void setTimeout(java.lang.Integer timeout)
public java.lang.Integer getLimit()
public void setLimit(java.lang.Integer limit)
public MachineDetection getMachineDetection()
public void setMachineDetection(MachineDetection machineDetection)
public java.lang.String[] getEventUrl()
public void setEventUrl(java.lang.String eventUrl)
public void setEventUrl(java.lang.String[] eventUrl)
public java.lang.String getEventMethod()
public void setEventMethod(java.lang.String eventMethod)