Package co.ecg.alpaca.toolkit.generated
Class Login.DeviceManagementFileAuthLocationGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.Login.DeviceManagementFileAuthLocationGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Login
This is a response to DeviceManagementFileAuthLocationGetRequest21sp1. Return the address and credentials of the File Repository hosting the requested access device file. Also return the file name and path on the File Repository. Also returns the status of the file authentication.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected DeviceAccessProtocol16
protected String
protected Boolean
protected DeviceManagementFileCategory
protected String
protected String
protected Boolean
protected String
protected Boolean
protected Boolean
protected String
protected Boolean
protected Integer
protected String
protected String
protected Boolean
protected DeviceManagementFileAuthenticationStatus
protected Boolean
protected Boolean
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setCompletionNotification
(Boolean completionNotification) void
setCpeFileDirectory
(String cpeFileDirectory) void
setDeviceAccessMethod
(String deviceAccessMethod) void
setDeviceAccessProtocol
(DeviceAccessProtocol16 deviceAccessProtocol) void
setDeviceAccessURI
(String deviceAccessURI) void
setEnableCaching
(Boolean enableCaching) void
setFileCategory
(DeviceManagementFileCategory fileCategory) void
setFileRepositoryPassword
(String fileRepositoryPassword) void
setFileRepositoryUserName
(String fileRepositoryUserName) void
setMacBasedFileAuthentication
(Boolean macBasedFileAuthentication) void
setMacFormatInNonRequestURI
(String macFormatInNonRequestURI) void
setMacInCert
(Boolean macInCert) void
setMacInNonRequestURI
(Boolean macInNonRequestURI) void
setNetAddress
(String netAddress) void
setNotifyFileUpload
(Boolean notifyFileUpload) void
setPortNumber
(Integer portNumber) void
setRemoteFileFormat
(String remoteFileFormat) void
setRootDirectory
(String rootDirectory) void
void
void
setUseHttpDigestAuthentication
(Boolean useHttpDigestAuthentication) void
setUserNamePasswordFileAuthentication
(Boolean userNamePasswordFileAuthentication) toString()
void
Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
status
-
fileRepositoryUserName
-
fileRepositoryPassword
-
netAddress
-
remoteFileFormat
-
portNumber
-
rootDirectory
-
cpeFileDirectory
-
secure
-
macInNonRequestURI
-
macInCert
-
macFormatInNonRequestURI
-
useHttpDigestAuthentication
-
macBasedFileAuthentication
-
userNamePasswordFileAuthentication
-
completionNotification
-
fileCategory
-
enableCaching
-
notifyFileUpload
-
deviceAccessProtocol
-
deviceAccessMethod
-
deviceAccessURI
-
-
Constructor Details
-
DeviceManagementFileAuthLocationGetResponse
public DeviceManagementFileAuthLocationGetResponse()
-
-
Method Details
-
setStatus
-
getStatus
-
setFileRepositoryUserName
-
getFileRepositoryUserName
-
setFileRepositoryPassword
-
getFileRepositoryPassword
-
setNetAddress
-
getNetAddress
-
setRemoteFileFormat
-
getRemoteFileFormat
-
setPortNumber
-
getPortNumber
-
setRootDirectory
-
getRootDirectory
-
setCpeFileDirectory
-
getCpeFileDirectory
-
setSecure
-
getSecure
-
setMacInNonRequestURI
-
getMacInNonRequestURI
-
setMacInCert
-
getMacInCert
-
setMacFormatInNonRequestURI
-
getMacFormatInNonRequestURI
-
setUseHttpDigestAuthentication
-
getUseHttpDigestAuthentication
-
setMacBasedFileAuthentication
-
getMacBasedFileAuthentication
-
setUserNamePasswordFileAuthentication
-
getUserNamePasswordFileAuthentication
-
setCompletionNotification
-
getCompletionNotification
-
setFileCategory
-
getFileCategory
-
setEnableCaching
-
getEnableCaching
-
setNotifyFileUpload
-
getNotifyFileUpload
-
setDeviceAccessProtocol
-
getDeviceAccessProtocol
-
setDeviceAccessMethod
-
getDeviceAccessMethod
-
setDeviceAccessURI
-
getDeviceAccessURI
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-