Class UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetResponse
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- UserPreAlertingAnnouncement
public static class UserPreAlertingAnnouncement.UserPreAlertingAnnouncementGetResponse extends Response
Response to a UserPreAlertingAnnouncementGetRequest20. The criteria table's column headings are: "Is Active", "Criteria Name", "Blacklisted", "Calls From", "Calls To Type", "Calls To Number" and "Calls To Extension". The possible values for the "Calls To Type" column are the following or a combination of them separated by comma: - Primary - Alternate X (where x is a number between 1 and 10) - Mobility The possible values for the "Calls To Number" column are the following or a combination of them separated by comma: - The value of the phone number for the corresponding Calls To Type, when the number is available. i.e. Alternate 1 may have extension, but no number. - When no number is available a blank space is provided instead. The possible values for the "Calls To Extension" column are the following or a combination of them separated by comma: - The value of the extension for the corresponding Calls To Type, when the extension is available. i.e. Primary may have number, but no extension. - For Mobility Calls To Type, this is always blank. - When no extension is available a blank space is provided instead.
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected AnnouncementFileLevelKey
audioFile
protected java.lang.String
audioFileUrl
protected ExtendedFileResourceSelection
audioSelection
protected java.util.List<UserPreAlertingAnnouncementCriteriaTableRow>
criteriaTable
protected java.lang.Boolean
isActive
protected BroadWorksUser
user
protected AnnouncementFileLevelKey
videoFile
protected java.lang.String
videoFileUrl
protected ExtendedFileResourceSelection
videoSelection
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Constructor Summary
Constructors Constructor Description UserPreAlertingAnnouncementGetResponse()
-
Method Summary
Methods 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, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
isActive
protected java.lang.Boolean isActive -
audioSelection
-
audioFile
-
audioFileUrl
protected java.lang.String audioFileUrl -
videoSelection
-
videoFile
-
videoFileUrl
protected java.lang.String videoFileUrl -
criteriaTable
-
user
-
-
Constructor Details
-
UserPreAlertingAnnouncementGetResponse
public UserPreAlertingAnnouncementGetResponse()
-
-
Method Details
-
setIsActive
public void setIsActive(java.lang.Boolean isActive) -
getIsActive
public java.lang.Boolean getIsActive() -
setAudioSelection
-
getAudioSelection
-
setAudioFile
-
getAudioFile
-
setAudioFileUrl
public void setAudioFileUrl(java.lang.String audioFileUrl) -
getAudioFileUrl
public java.lang.String getAudioFileUrl() -
setVideoSelection
-
getVideoSelection
-
setVideoFile
-
getVideoFile
-
setVideoFileUrl
public void setVideoFileUrl(java.lang.String videoFileUrl) -
getVideoFileUrl
public java.lang.String getVideoFileUrl() -
setCriteriaTable
public void setCriteriaTable(java.util.List<UserPreAlertingAnnouncementCriteriaTableRow> criteriaTable) -
getCriteriaTable
-
setUser
-
getBroadWorksUser
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-