Class UserSequentialRing.UserSequentialRingGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.UserSequentialRing.UserSequentialRingGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserSequentialRing
Response to the UserSequentialRingGetRequest14sp4. The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule", "Calls From", "Blacklisted" and "Holiday Schedule".
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SequentialRingNumberOfRingsprotected Booleanprotected Booleanprotected List<UserSequentialRingCriteriaTableRow>protected SequentialRingLocation14sp4protected SequentialRingLocation14sp4protected SequentialRingLocation14sp4protected SequentialRingLocation14sp4protected SequentialRingLocation14sp4protected Booleanprotected BroadWorksUserFields 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()voidsetBaseLocationNumberOfRings(SequentialRingNumberOfRings baseLocationNumberOfRings) voidsetCallerMayStopSearch(Boolean callerMayStopSearch) voidsetContinueIfBaseLocationIsBusy(Boolean continueIfBaseLocationIsBusy) voidsetCriteriaTable(List<UserSequentialRingCriteriaTableRow> criteriaTable) voidsetLocation01(SequentialRingLocation14sp4 location01) voidsetLocation02(SequentialRingLocation14sp4 location02) voidsetLocation03(SequentialRingLocation14sp4 location03) voidsetLocation04(SequentialRingLocation14sp4 location04) voidsetLocation05(SequentialRingLocation14sp4 location05) voidsetRingBaseLocationFirst(Boolean ringBaseLocationFirst) voidsetUser(BroadWorksUser 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
-
ringBaseLocationFirst
-
baseLocationNumberOfRings
-
continueIfBaseLocationIsBusy
-
callerMayStopSearch
-
location01
-
location02
-
location03
-
location04
-
location05
-
criteriaTable
-
user
-
-
Constructor Details
-
UserSequentialRingGetResponse
public UserSequentialRingGetResponse()
-
-
Method Details
-
setRingBaseLocationFirst
-
getRingBaseLocationFirst
-
setBaseLocationNumberOfRings
-
getBaseLocationNumberOfRings
-
setContinueIfBaseLocationIsBusy
-
getContinueIfBaseLocationIsBusy
-
setCallerMayStopSearch
-
getCallerMayStopSearch
-
setLocation01
-
getLocation01
-
setLocation02
-
getLocation02
-
setLocation03
-
getLocation03
-
setLocation04
-
getLocation04
-
setLocation05
-
getLocation05
-
setCriteriaTable
-
getCriteriaTable
-
setUser
-
getBroadWorksUser
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-