Class TrunkGroup.SystemTrunkGroupUserCreationTaskGetListResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.TrunkGroup.SystemTrunkGroupUserCreationTaskGetListResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TrunkGroup
public static class TrunkGroup.SystemTrunkGroupUserCreationTaskGetListResponse extends Response
Response to SystemTrunkGroupUserCreationTaskGetListRequest14sp4. Contains a table with a row for each user creation task and column headings : "Trunk Group Name", "Group Id", "Organization Id", "Organization Type", "Name", "Status", "Users Created", "Total Users To Create", "Error Count". The "Organization Id" column is populated with either a service provider Id or an enterprise Id. The "Organization Type" column is populated with one of the enumerated strings defined in the OrganizationType OCI data type. Please see OCISchemaDataTypes.xsd for details on OrganizationType.
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected List<SystemTrunkGroupUserCreationTaskTaskTableRow>
taskTable
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Constructor Summary
Constructors Constructor Description SystemTrunkGroupUserCreationTaskGetListResponse()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
List<SystemTrunkGroupUserCreationTaskTaskTableRow>
getTaskTable()
int
hashCode()
void
setTaskTable(List<SystemTrunkGroupUserCreationTaskTaskTableRow> taskTable)
String
toString()
void
transform()
Transforms 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, setRequest
Methods 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
-
Constructor Details
-
SystemTrunkGroupUserCreationTaskGetListResponse
public SystemTrunkGroupUserCreationTaskGetListResponse()
-
-
Method Details
-
setTaskTable
-
getTaskTable
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-