public static class SystemAccessDevice.SystemAccessDeviceFileGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
accessUrl |
protected String |
configurationFileName |
protected Boolean |
extendedCaptureEnabled |
protected String |
extendedCaptureURL |
protected String |
fileFormat |
protected AccessDeviceEnhancedConfigurationMode |
fileSource |
protected String |
repositoryUrl |
protected SystemAccessDevice |
systemAccessDevice |
protected String |
templateUrl |
request, responseContent, xPath
Constructor and Description |
---|
SystemAccessDeviceFileGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAccessUrl() |
String |
getConfigurationFileName() |
Boolean |
getExtendedCaptureEnabled() |
String |
getExtendedCaptureURL() |
String |
getFileFormat() |
AccessDeviceEnhancedConfigurationMode |
getFileSource() |
String |
getRepositoryUrl() |
SystemAccessDevice |
getSystemAccessDevice() |
String |
getTemplateUrl() |
int |
hashCode() |
void |
setAccessUrl(String accessUrl) |
void |
setConfigurationFileName(String configurationFileName) |
void |
setExtendedCaptureEnabled(Boolean extendedCaptureEnabled) |
void |
setExtendedCaptureURL(String extendedCaptureURL) |
void |
setFileFormat(String fileFormat) |
void |
setFileSource(AccessDeviceEnhancedConfigurationMode fileSource) |
void |
setRepositoryUrl(String repositoryUrl) |
void |
setSystemAccessDevice(SystemAccessDevice systemAccessDevice) |
void |
setTemplateUrl(String templateUrl) |
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 AccessDeviceEnhancedConfigurationMode fileSource
protected String configurationFileName
protected String accessUrl
protected String repositoryUrl
protected String templateUrl
protected Boolean extendedCaptureEnabled
protected String extendedCaptureURL
protected transient SystemAccessDevice systemAccessDevice
protected String fileFormat
public void setFileSource(AccessDeviceEnhancedConfigurationMode fileSource)
public AccessDeviceEnhancedConfigurationMode getFileSource()
public void setConfigurationFileName(String configurationFileName)
public String getConfigurationFileName()
public void setAccessUrl(String accessUrl)
public String getAccessUrl()
public void setRepositoryUrl(String repositoryUrl)
public String getRepositoryUrl()
public void setTemplateUrl(String templateUrl)
public String getTemplateUrl()
public void setExtendedCaptureEnabled(Boolean extendedCaptureEnabled)
public Boolean getExtendedCaptureEnabled()
public void setExtendedCaptureURL(String extendedCaptureURL)
public String getExtendedCaptureURL()
public void setSystemAccessDevice(SystemAccessDevice systemAccessDevice)
public SystemAccessDevice getSystemAccessDevice()
public void setFileFormat(String fileFormat)
public String getFileFormat()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.