public static class BWSystem.SystemFileRepositoryDeviceUserGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allowDelete |
protected Boolean |
allowGet |
protected Boolean |
allowPut |
protected String |
fileRepositoryName |
protected String |
userName |
request, responseContent, xPath
Constructor and Description |
---|
SystemFileRepositoryDeviceUserGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getAllowDelete() |
Boolean |
getAllowGet() |
Boolean |
getAllowPut() |
String |
getFileRepositoryName() |
String |
getUserName() |
int |
hashCode() |
void |
setAllowDelete(Boolean allowDelete) |
void |
setAllowGet(Boolean allowGet) |
void |
setAllowPut(Boolean allowPut) |
void |
setFileRepositoryName(String fileRepositoryName) |
void |
setUserName(String userName) |
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 allowPut
protected Boolean allowDelete
protected Boolean allowGet
protected String fileRepositoryName
protected String userName
public SystemFileRepositoryDeviceUserGetResponse()
public void setAllowPut(Boolean allowPut)
public Boolean getAllowPut()
public void setAllowDelete(Boolean allowDelete)
public Boolean getAllowDelete()
public void setAllowGet(Boolean allowGet)
public Boolean getAllowGet()
public void setFileRepositoryName(String fileRepositoryName)
public String getFileRepositoryName()
public void setUserName(String userName)
public String getUserName()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.