public class ZapDialOffhookAction extends AbstractManagerAction
| Constructor and Description |
|---|
ZapDialOffhookAction()
Creates a new empty ZapDialOffhookAction.
|
ZapDialOffhookAction(Integer zapChannel,
String number)
Creates a new ZapDialOffhookAction that dials the given number on the
given zap channel.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getNumber()
Returns the number to dial.
|
Integer |
getZapChannel()
Returns the number of the zap channel.
|
void |
setNumber(String number)
Sets the number to dial.
|
void |
setZapChannel(Integer channel)
Sets the number of the zap channel.
|
getActionId, setActionId, toStringpublic ZapDialOffhookAction()
public String getAction()
getAction in interface ManagerActiongetAction in class AbstractManagerActionpublic Integer getZapChannel()
public void setZapChannel(Integer channel)
This property is mandatory.
public String getNumber()
public void setNumber(String number)
This property is mandatory.
Copyright © 2004–2024. All rights reserved.