public static class GroupCallCenter.GroupCallCenterGetDNISResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allowOutgoingACDCall |
protected String |
callingLineIdFirstName |
protected String |
callingLineIdLastName |
protected String |
callingLineIdPhoneNumber |
protected DNISKey |
dnisKey |
protected String |
dnisPhoneNumber |
protected String |
extension |
protected DNISPriority |
priority |
protected Boolean |
useCustomCLIDSettings |
protected Boolean |
useCustomDnisAnnouncementSettings |
request, responseContent, xPath
Constructor and Description |
---|
GroupCallCenterGetDNISResponse() |
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected String dnisPhoneNumber
protected String extension
protected Boolean useCustomCLIDSettings
protected String callingLineIdPhoneNumber
protected String callingLineIdLastName
protected String callingLineIdFirstName
protected Boolean useCustomDnisAnnouncementSettings
protected DNISPriority priority
protected Boolean allowOutgoingACDCall
protected DNISKey dnisKey
public void setDnisPhoneNumber(String dnisPhoneNumber)
public String getDnisPhoneNumber()
public void setExtension(String extension)
public String getExtension()
public void setUseCustomCLIDSettings(Boolean useCustomCLIDSettings)
public Boolean getUseCustomCLIDSettings()
public void setCallingLineIdPhoneNumber(String callingLineIdPhoneNumber)
public String getCallingLineIdPhoneNumber()
public void setCallingLineIdLastName(String callingLineIdLastName)
public String getCallingLineIdLastName()
public void setCallingLineIdFirstName(String callingLineIdFirstName)
public String getCallingLineIdFirstName()
public void setUseCustomDnisAnnouncementSettings(Boolean useCustomDnisAnnouncementSettings)
public Boolean getUseCustomDnisAnnouncementSettings()
public void setPriority(DNISPriority priority)
public DNISPriority getPriority()
public void setAllowOutgoingACDCall(Boolean allowOutgoingACDCall)
public Boolean getAllowOutgoingACDCall()
public void setDnisKey(DNISKey dnisKey)
public DNISKey getDnisKey()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.