public static class Group.GroupServiceGetAuthorizedListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Group |
group |
protected GroupService[] |
groupServiceName |
protected String[] |
servicePackName |
protected UserService[] |
userServiceName |
request, responseContent, xPath
Constructor and Description |
---|
GroupServiceGetAuthorizedListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Group |
getGroup() |
GroupService[] |
getGroupServiceName() |
String[] |
getServicePackName() |
UserService[] |
getUserServiceName() |
int |
hashCode() |
void |
setGroup(Group group) |
void |
setGroupServiceName(GroupService... groupServiceName) |
void |
setServicePackName(String... servicePackName) |
void |
setUserServiceName(UserService... userServiceName) |
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 String[] servicePackName
protected GroupService[] groupServiceName
protected UserService[] userServiceName
protected transient Group group
public GroupServiceGetAuthorizedListResponse()
public void setServicePackName(String... servicePackName)
public String[] getServicePackName()
public void setGroupServiceName(GroupService... groupServiceName)
public GroupService[] getGroupServiceName()
public void setUserServiceName(UserService... userServiceName)
public UserService[] getUserServiceName()
public void setGroup(Group group)
public Group getGroup()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.