public static class User.UserServiceIsAssignedResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
isAssigned |
protected BroadWorksUser |
user |
commandType, detailText, request, responseContent, summaryText, xPath
Constructor and Description |
---|
UserServiceIsAssignedResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BroadWorksUser |
getBroadWorksUser() |
Boolean |
getIsAssigned() |
int |
hashCode() |
void |
setIsAssigned(Boolean isAssigned) |
void |
setUser(BroadWorksUser user) |
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 Boolean isAssigned
protected transient BroadWorksUser user
public void setIsAssigned(Boolean isAssigned)
public Boolean getIsAssigned()
public void setUser(BroadWorksUser user)
public BroadWorksUser getBroadWorksUser()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.