Class UserCallForwardingAlwaysSecondary.UserCallForwardingAlwaysSecondaryGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.UserCallForwardingAlwaysSecondary.UserCallForwardingAlwaysSecondaryGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserCallForwardingAlwaysSecondary
public static class UserCallForwardingAlwaysSecondary.UserCallForwardingAlwaysSecondaryGetResponse
extends Response
Response to UserCallForwardingAlwaysSecondaryGetRequest.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected 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()voidsetForwardToPhoneNumber(String forwardToPhoneNumber) voidsetIsActive(Boolean isActive) voidsetIsRingSplashActive(Boolean isRingSplashActive) 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
-
isActive
-
forwardToPhoneNumber
-
isRingSplashActive
-
user
-
-
Constructor Details
-
UserCallForwardingAlwaysSecondaryGetResponse
public UserCallForwardingAlwaysSecondaryGetResponse()
-
-
Method Details
-
setIsActive
-
getIsActive
-
setForwardToPhoneNumber
-
getForwardToPhoneNumber
-
setIsRingSplashActive
-
getIsRingSplashActive
-
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
-