Package co.ecg.alpaca.toolkit.generated
Class Group.GroupDnGetSummaryListResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.Group.GroupDnGetSummaryListResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Group
public static class Group.GroupDnGetSummaryListResponse extends Response
Response to the GroupDnGetSummaryListRequest. The response contains a table with columns: "Phone Numbers", "Assigned". The "Phone Numbers" column contains either a single DN or a range of DNs. The "Assigned" column contains a boolean flag indicating if the DN(s) are currently assigned to a user or service instance. The "Activated" column indicates if the DN or DN range has been activated. Only has a value if the DN(s) is assigned to a user or if "Group Enable Activation Mode" is enabled.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<GroupDnDnTable3Row>
dnTable
protected Group
group
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
-
Constructor Summary
Constructors Constructor Description GroupDnGetSummaryListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<GroupDnDnTable3Row>
getDnTable()
Group
getGroup()
int
hashCode()
void
setDnTable(List<GroupDnDnTable3Row> dnTable)
void
setGroup(Group group)
String
toString()
void
transform()
Transforms the Response from XML Content to a populated POJO-
Methods 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 Detail
-
dnTable
protected List<GroupDnDnTable3Row> dnTable
-
group
protected transient Group group
-
-
Method Detail
-
setDnTable
public void setDnTable(List<GroupDnDnTable3Row> dnTable)
-
getDnTable
public List<GroupDnDnTable3Row> getDnTable()
-
setGroup
public void setGroup(Group group)
-
getGroup
public Group getGroup()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-