Class UserCustomRingback.UserCustomRingbackUserGetCriteriaResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.UserCustomRingback.UserCustomRingbackUserGetCriteriaResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserCustomRingback
Response to the UserCustomRingbackUserGetCriteriaRequest21.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AnnouncementFileLevelKeyprotected Stringprotected ExtendedFileResourceSelectionprotected Booleanprotected CallToNumber[]protected AnnouncementFileLevelKeyprotected Stringprotected ExtendedFileResourceSelectionprotected AnnouncementFileLevelKeyprotected Stringprotected ExtendedFileResourceSelectionprotected Stringprotected CriteriaFromDnprotected HolidayScheduleprotected TimeScheduleprotected BroadWorksUserprotected AnnouncementFileLevelKeyprotected Stringprotected ExtendedFileResourceSelectionFields 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 TypeMethodDescriptionbooleaninthashCode()voidsetAudioFile(AnnouncementFileLevelKey audioFile) voidsetAudioFileUrl(String audioFileUrl) voidsetAudioSelection(ExtendedFileResourceSelection audioSelection) voidsetBlacklisted(Boolean blacklisted) voidsetCallToNumber(CallToNumber... callToNumber) voidsetCallWaitingAudioFile(AnnouncementFileLevelKey callWaitingAudioFile) voidsetCallWaitingAudioFileUrl(String callWaitingAudioFileUrl) voidsetCallWaitingAudioSelection(ExtendedFileResourceSelection callWaitingAudioSelection) voidsetCallWaitingVideoFile(AnnouncementFileLevelKey callWaitingVideoFile) voidsetCallWaitingVideoFileUrl(String callWaitingVideoFileUrl) voidsetCallWaitingVideoSelection(ExtendedFileResourceSelection callWaitingVideoSelection) voidsetCriteriaName(String criteriaName) voidsetFromDnCriteria(CriteriaFromDn fromDnCriteria) voidsetHolidaySchedule(HolidaySchedule holidaySchedule) voidsetTimeSchedule(TimeSchedule timeSchedule) voidsetUser(BroadWorksUser user) voidsetVideoFile(AnnouncementFileLevelKey videoFile) voidsetVideoFileUrl(String videoFileUrl) voidsetVideoSelection(ExtendedFileResourceSelection videoSelection) 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
-
timeSchedule
-
holidaySchedule
-
blacklisted
-
fromDnCriteria
-
callToNumber
-
audioSelection
-
audioFile
-
audioFileUrl
-
videoSelection
-
videoFile
-
videoFileUrl
-
callWaitingAudioSelection
-
callWaitingAudioFile
-
callWaitingAudioFileUrl
-
callWaitingVideoSelection
-
callWaitingVideoFile
-
callWaitingVideoFileUrl
-
user
-
criteriaName
-
-
Constructor Details
-
UserCustomRingbackUserGetCriteriaResponse
public UserCustomRingbackUserGetCriteriaResponse()
-
-
Method Details
-
setTimeSchedule
-
getTimeSchedule
-
setHolidaySchedule
-
getHolidaySchedule
-
setBlacklisted
-
getBlacklisted
-
setFromDnCriteria
-
getFromDnCriteria
-
setCallToNumber
-
getCallToNumber
-
setAudioSelection
-
getAudioSelection
-
setAudioFile
-
getAudioFile
-
setAudioFileUrl
-
getAudioFileUrl
-
setVideoSelection
-
getVideoSelection
-
setVideoFile
-
getVideoFile
-
setVideoFileUrl
-
getVideoFileUrl
-
setCallWaitingAudioSelection
-
getCallWaitingAudioSelection
-
setCallWaitingAudioFile
-
getCallWaitingAudioFile
-
setCallWaitingAudioFileUrl
-
getCallWaitingAudioFileUrl
-
setCallWaitingVideoSelection
-
getCallWaitingVideoSelection
-
setCallWaitingVideoFile
-
getCallWaitingVideoFile
-
setCallWaitingVideoFileUrl
-
getCallWaitingVideoFileUrl
-
setUser
-
getBroadWorksUser
-
setCriteriaName
-
getCriteriaName
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-