public static class BWSystem.SystemConfigurableFileSystemGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
mediaDirectory |
protected ProtocolFile |
protocolFile |
protected ProtocolWebDAV |
protocolWebDAV |
commandType, detailText, request, responseContent, summaryText, xPath
Constructor and Description |
---|
SystemConfigurableFileSystemGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMediaDirectory() |
ProtocolFile |
getProtocolFile() |
ProtocolWebDAV |
getProtocolWebDAV() |
int |
hashCode() |
void |
setMediaDirectory(String mediaDirectory) |
void |
setProtocolFile(ProtocolFile protocolFile) |
void |
setProtocolWebDAV(ProtocolWebDAV protocolWebDAV) |
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 mediaDirectory
protected ProtocolFile protocolFile
protected ProtocolWebDAV protocolWebDAV
public SystemConfigurableFileSystemGetResponse()
public void setMediaDirectory(String mediaDirectory)
public String getMediaDirectory()
public void setProtocolFile(ProtocolFile protocolFile)
public ProtocolFile getProtocolFile()
public void setProtocolWebDAV(ProtocolWebDAV protocolWebDAV)
public ProtocolWebDAV getProtocolWebDAV()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.