Package co.ecg.alpaca.toolkit.generated
Class AutoAttendant.GroupAutoAttendantGetInstanceResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.AutoAttendant.GroupAutoAttendantGetInstanceResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AutoAttendant
Response to GroupAutoAttendantGetInstanceRequest20. Contains the service profile information. The following elements are only used in AS data mode: type, use AutoAttendantType.BASIC in XS mode. holidayMenu. The following elements are only valid for Standard Auto Attendants: holidayMenu
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AutoAttendantReadMenu20
protected TimeSchedule
protected AutoAttendantReadMenu20
protected Boolean
protected AutoAttendantDialingScope
protected Integer
protected AutoAttendantReadMenu20
protected HolidaySchedule
protected AutoAttendantNameDialingEntry
protected AutoAttendantDialingScope
protected String
protected ServiceInstanceReadProfile19sp1
protected AutoAttendantType
protected AutoAttendant
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
void
setAfterHoursMenu
(AutoAttendantReadMenu20 afterHoursMenu) void
setBusinessHours
(TimeSchedule businessHours) void
setBusinessHoursMenu
(AutoAttendantReadMenu20 businessHoursMenu) void
setEnableVideo
(Boolean enableVideo) void
setExtensionDialingScope
(AutoAttendantDialingScope extensionDialingScope) void
setFirstDigitTimeoutSeconds
(Integer firstDigitTimeoutSeconds) void
setHolidayMenu
(AutoAttendantReadMenu20 holidayMenu) void
setHolidaySchedule
(HolidaySchedule holidaySchedule) void
setNameDialingEntries
(AutoAttendantNameDialingEntry nameDialingEntries) void
setNameDialingScope
(AutoAttendantDialingScope nameDialingScope) void
setNetworkClassOfService
(String networkClassOfService) void
setServiceInstanceProfile
(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) void
setType
(AutoAttendantType type) void
setUser
(AutoAttendant user) toString()
void
Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
serviceInstanceProfile
-
type
-
firstDigitTimeoutSeconds
-
enableVideo
-
businessHours
-
holidaySchedule
-
extensionDialingScope
-
nameDialingScope
-
nameDialingEntries
-
businessHoursMenu
-
afterHoursMenu
-
holidayMenu
-
networkClassOfService
-
user
-
-
Constructor Details
-
GroupAutoAttendantGetInstanceResponse
public GroupAutoAttendantGetInstanceResponse()
-
-
Method Details
-
setServiceInstanceProfile
-
getServiceInstanceProfile
-
setType
-
getType
-
setFirstDigitTimeoutSeconds
-
getFirstDigitTimeoutSeconds
-
setEnableVideo
-
getEnableVideo
-
setBusinessHours
-
getBusinessHours
-
setHolidaySchedule
-
getHolidaySchedule
-
setExtensionDialingScope
-
getExtensionDialingScope
-
setNameDialingScope
-
getNameDialingScope
-
setNameDialingEntries
-
getNameDialingEntries
-
setBusinessHoursMenu
-
getBusinessHoursMenu
-
setAfterHoursMenu
-
getAfterHoursMenu
-
setHolidayMenu
-
getHolidayMenu
-
setNetworkClassOfService
-
getNetworkClassOfService
-
setUser
-
getAutoAttendant
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-