Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemGetRegistrationContactListResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemGetRegistrationContactListResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
BWSystem
Response to SystemGetRegistrationContactListRequest. The table columns are: "Service Provider Id", "Group Id", "User Id", "Line/Port", "Endpoint Type", "Order", "URI", "Expiration", "Contact", "Device Level", "Device Name", "Public Net Address", "Public Port", "Private Net Address", "Private Port", "User Agent", "Reseller Id", "Path Header". The Endpoint Type column contains one of the enumerated RegistrationEndpointType21sp1 values. The value Mobility in Endpoint Type column is only applicable in AS data mode. The following columns are only returned in AS data mode: "Reseller Id"
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsFields 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()voidsetRegistrationTable(List<SystemRegistrationTableRow> registrationTable) 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
-
registrationTable
-
-
Constructor Details
-
SystemGetRegistrationContactListResponse
public SystemGetRegistrationContactListResponse()
-
-
Method Details
-
setRegistrationTable
-
getRegistrationTable
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-