public static class GroupInventoryReport.GroupInventoryReportGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Group |
group |
protected Boolean |
includeAccessDevices |
protected Boolean |
includeDepartments |
protected Boolean |
includeDns |
protected Boolean |
includeServices |
protected Boolean |
includeUsers |
protected List<GroupInventoryReportInventoryReportTableRow> |
inventoryReportTable |
commandType, detailText, request, summaryText
content, xPath
Constructor and Description |
---|
GroupInventoryReportGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Group |
getGroup() |
Boolean |
getIncludeAccessDevices() |
Boolean |
getIncludeDepartments() |
Boolean |
getIncludeDns() |
Boolean |
getIncludeServices() |
Boolean |
getIncludeUsers() |
List<GroupInventoryReportInventoryReportTableRow> |
getInventoryReportTable() |
int |
hashCode() |
void |
setGroup(Group group) |
void |
setIncludeAccessDevices(Boolean includeAccessDevices) |
void |
setIncludeDepartments(Boolean includeDepartments) |
void |
setIncludeDns(Boolean includeDns) |
void |
setIncludeServices(Boolean includeServices) |
void |
setIncludeUsers(Boolean includeUsers) |
void |
setInventoryReportTable(List<GroupInventoryReportInventoryReportTableRow> inventoryReportTable) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getDetailText, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
protected List<GroupInventoryReportInventoryReportTableRow> inventoryReportTable
protected transient Group group
protected Boolean includeUsers
protected Boolean includeServices
protected Boolean includeDns
protected Boolean includeAccessDevices
protected Boolean includeDepartments
public void setInventoryReportTable(List<GroupInventoryReportInventoryReportTableRow> inventoryReportTable)
public List<GroupInventoryReportInventoryReportTableRow> getInventoryReportTable()
public void setGroup(Group group)
public Group getGroup()
public void setIncludeUsers(Boolean includeUsers)
public Boolean getIncludeUsers()
public void setIncludeServices(Boolean includeServices)
public Boolean getIncludeServices()
public void setIncludeDns(Boolean includeDns)
public Boolean getIncludeDns()
public void setIncludeAccessDevices(Boolean includeAccessDevices)
public Boolean getIncludeAccessDevices()
public void setIncludeDepartments(Boolean includeDepartments)
public Boolean getIncludeDepartments()
@GwtIncompatible protected void transform()
Response
Copyright © 2017 ECG. All rights reserved.