public static class Enterprise.EnterpriseDepartmentGetAvailableParentListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected DepartmentKey[] |
departmentKey |
protected String |
departmentName |
protected Enterprise |
enterprise |
protected String[] |
fullPathName |
request, responseContent, xPath
Constructor and Description |
---|
EnterpriseDepartmentGetAvailableParentListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
DepartmentKey[] |
getDepartmentKey() |
String |
getDepartmentName() |
Enterprise |
getEnterprise() |
String[] |
getFullPathName() |
int |
hashCode() |
void |
setDepartmentKey(DepartmentKey... departmentKey) |
void |
setDepartmentName(String departmentName) |
void |
setEnterprise(Enterprise enterprise) |
void |
setFullPathName(String... fullPathName) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected DepartmentKey[] departmentKey
protected String[] fullPathName
protected transient Enterprise enterprise
protected String departmentName
public EnterpriseDepartmentGetAvailableParentListResponse()
public void setDepartmentKey(DepartmentKey... departmentKey)
public DepartmentKey[] getDepartmentKey()
public void setFullPathName(String... fullPathName)
public String[] getFullPathName()
public void setEnterprise(Enterprise enterprise)
public Enterprise getEnterprise()
public void setDepartmentName(String departmentName)
public String getDepartmentName()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.