Class EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EnterprisePreAlertingAnnouncement
public static class EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse
extends Response
Get the Enterprise level pre-alerting service settings. The response is either a EnterprisePreAlertingAnnouncementGetResponse or an ErrorResponse.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PreAlertingAnnouncementInterruptprotected Stringprotected Stringprotected MediaFileTypeprotected ExtendedFileResourceSelectionprotected Enterpriseprotected Stringprotected Stringprotected Stringprotected MediaFileTypeprotected 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()voidsetAnnouncementInterruption(PreAlertingAnnouncementInterrupt announcementInterruption) voidsetAudioFileDescription(String audioFileDescription) voidsetAudioFileUrl(String audioFileUrl) voidsetAudioMediaType(MediaFileType audioMediaType) voidsetAudioSelection(ExtendedFileResourceSelection audioSelection) voidsetEnterprise(Enterprise enterprise) voidsetInterruptionDigitSequence(String interruptionDigitSequence) voidsetVideoFileDescription(String videoFileDescription) voidsetVideoFileUrl(String videoFileUrl) voidsetVideoMediaType(MediaFileType videoMediaType) 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
-
announcementInterruption
-
interruptionDigitSequence
-
audioSelection
-
audioFileDescription
-
audioMediaType
-
audioFileUrl
-
videoSelection
-
videoFileDescription
-
videoMediaType
-
videoFileUrl
-
enterprise
-
-
Constructor Details
-
EnterprisePreAlertingAnnouncementGetResponse
public EnterprisePreAlertingAnnouncementGetResponse()
-
-
Method Details
-
setAnnouncementInterruption
-
getAnnouncementInterruption
-
setInterruptionDigitSequence
-
getInterruptionDigitSequence
-
setAudioSelection
-
getAudioSelection
-
setAudioFileDescription
-
getAudioFileDescription
-
setAudioMediaType
-
getAudioMediaType
-
setAudioFileUrl
-
getAudioFileUrl
-
setVideoSelection
-
getVideoSelection
-
setVideoFileDescription
-
getVideoFileDescription
-
setVideoMediaType
-
getVideoMediaType
-
setVideoFileUrl
-
getVideoFileUrl
-
setEnterprise
-
getEnterprise
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-