Class MaliciousCallTrace.SystemMaliciousCallTraceGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.MaliciousCallTrace.SystemMaliciousCallTraceGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
MaliciousCallTrace
Response to the SystemMaliciousCallTraceGetRequest. The response contains the Malicious Call Trace system parameters and the list of users that use the Malicious Call Trace feature. The column headings are "Service Provider Id", "Group Id", "User Id", "Last Name", "First Name", "Phone Number", "Trace Type", "Status", "Hiragana Last Name" and "Hiragana First Name", "Extension", "Department", "Email Address".
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected List<SystemMaliciousCallTraceUserTableRow> Fields 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()voidsetPlayMCTWarningAnnouncement(Boolean playMCTWarningAnnouncement) voidsetUserTable(List<SystemMaliciousCallTraceUserTableRow> userTable) 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
-
playMCTWarningAnnouncement
-
userTable
-
-
Constructor Details
-
SystemMaliciousCallTraceGetResponse
public SystemMaliciousCallTraceGetResponse()
-
-
Method Details
-
setPlayMCTWarningAnnouncement
-
getPlayMCTWarningAnnouncement
-
setUserTable
-
getUserTable
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-