Package co.ecg.alpaca.toolkit.generated
Class CallCenter.GroupCallCenterNightServiceGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.CallCenter.GroupCallCenterNightServiceGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CallCenter
Response to the GroupCallCenterNightServiceGetRequest20.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CallCenterScheduledServiceAction
protected Boolean
protected CallCenterAnnouncementFileListRead20
protected ExtendedFileResourceSelection
protected CallCenterAnnouncementURLList
protected TimeSchedule
protected Boolean
protected CallCenterAnnouncementFileListRead20
protected ExtendedFileResourceSelection
protected CallCenterAnnouncementURLList
protected CallCenterAnnouncementFileListRead20
protected ExtendedFileResourceSelection
protected CallCenterAnnouncementURLList
protected Boolean
protected String
protected CallCenter
protected CallCenterAnnouncementFileListRead20
protected ExtendedFileResourceSelection
protected CallCenterAnnouncementURLList
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
int
hashCode()
void
void
setAllowManualOverrideViaFAC
(Boolean allowManualOverrideViaFAC) void
setAudioFileList
(CallCenterAnnouncementFileListRead20 audioFileList) void
setAudioMessageSelection
(ExtendedFileResourceSelection audioMessageSelection) void
setAudioUrlList
(CallCenterAnnouncementURLList audioUrlList) void
setBusinessHours
(TimeSchedule businessHours) void
setForceNightService
(Boolean forceNightService) void
setManualAnnouncementMode
(CallCenterManualNightServiceAnnouncementMode manualAnnouncementMode) void
setManualAudioFileList
(CallCenterAnnouncementFileListRead20 manualAudioFileList) void
setManualAudioMessageSelection
(ExtendedFileResourceSelection manualAudioMessageSelection) void
setManualAudioUrlList
(CallCenterAnnouncementURLList manualAudioUrlList) void
setManualVideoFileList
(CallCenterAnnouncementFileListRead20 manualVideoFileList) void
setManualVideoMessageSelection
(ExtendedFileResourceSelection manualVideoMessageSelection) void
setManualVideoUrlList
(CallCenterAnnouncementURLList manualVideoUrlList) void
setPlayAnnouncementBeforeAction
(Boolean playAnnouncementBeforeAction) void
setTransferPhoneNumber
(String transferPhoneNumber) void
setUser
(CallCenter user) void
setVideoFileList
(CallCenterAnnouncementFileListRead20 videoFileList) void
setVideoMessageSelection
(ExtendedFileResourceSelection videoMessageSelection) void
setVideoUrlList
(CallCenterAnnouncementURLList videoUrlList) 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
-
action
-
businessHours
-
forceNightService
-
allowManualOverrideViaFAC
-
transferPhoneNumber
-
playAnnouncementBeforeAction
-
audioMessageSelection
-
audioUrlList
-
audioFileList
-
videoMessageSelection
-
videoUrlList
-
videoFileList
-
manualAnnouncementMode
-
manualAudioMessageSelection
-
manualAudioUrlList
-
manualAudioFileList
-
manualVideoMessageSelection
-
manualVideoUrlList
-
manualVideoFileList
-
user
-
-
Constructor Details
-
GroupCallCenterNightServiceGetResponse
public GroupCallCenterNightServiceGetResponse()
-
-
Method Details
-
setAction
-
getAction
-
setBusinessHours
-
getBusinessHours
-
setForceNightService
-
getForceNightService
-
setAllowManualOverrideViaFAC
-
getAllowManualOverrideViaFAC
-
setTransferPhoneNumber
-
getTransferPhoneNumber
-
setPlayAnnouncementBeforeAction
-
getPlayAnnouncementBeforeAction
-
setAudioMessageSelection
-
getAudioMessageSelection
-
setAudioUrlList
-
getAudioUrlList
-
setAudioFileList
-
getAudioFileList
-
setVideoMessageSelection
-
getVideoMessageSelection
-
setVideoUrlList
-
getVideoUrlList
-
setVideoFileList
-
getVideoFileList
-
setManualAnnouncementMode
public void setManualAnnouncementMode(CallCenterManualNightServiceAnnouncementMode manualAnnouncementMode) -
getManualAnnouncementMode
-
setManualAudioMessageSelection
public void setManualAudioMessageSelection(ExtendedFileResourceSelection manualAudioMessageSelection) -
getManualAudioMessageSelection
-
setManualAudioUrlList
-
getManualAudioUrlList
-
setManualAudioFileList
-
getManualAudioFileList
-
setManualVideoMessageSelection
public void setManualVideoMessageSelection(ExtendedFileResourceSelection manualVideoMessageSelection) -
getManualVideoMessageSelection
-
setManualVideoUrlList
-
getManualVideoUrlList
-
setManualVideoFileList
-
getManualVideoFileList
-
setUser
-
getCallCenter
-
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
-