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 AutoAttendantReadMenu20protected TimeScheduleprotected AutoAttendantReadMenu20protected Booleanprotected AutoAttendantDialingScopeprotected Integerprotected AutoAttendantReadMenu20protected HolidayScheduleprotected AutoAttendantNameDialingEntryprotected AutoAttendantDialingScopeprotected Stringprotected ServiceInstanceReadProfile19sp1protected AutoAttendantTypeprotected AutoAttendantFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetAfterHoursMenu(AutoAttendantReadMenu20 afterHoursMenu) voidsetBusinessHours(TimeSchedule businessHours) voidsetBusinessHoursMenu(AutoAttendantReadMenu20 businessHoursMenu) voidsetEnableVideo(Boolean enableVideo) voidsetExtensionDialingScope(AutoAttendantDialingScope extensionDialingScope) voidsetFirstDigitTimeoutSeconds(Integer firstDigitTimeoutSeconds) voidsetHolidayMenu(AutoAttendantReadMenu20 holidayMenu) voidsetHolidaySchedule(HolidaySchedule holidaySchedule) voidsetNameDialingEntries(AutoAttendantNameDialingEntry nameDialingEntries) voidsetNameDialingScope(AutoAttendantDialingScope nameDialingScope) voidsetNetworkClassOfService(String networkClassOfService) voidsetServiceInstanceProfile(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) voidsetType(AutoAttendantType type) voidsetUser(AutoAttendant user) toString()voidTransforms 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, setRequestMethods 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:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-