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:
java.io.Serializable
- Enclosing class:
- Login
public static class Login.DeviceManagementFileAuthLocationGetResponse extends Response
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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean
completionNotification
protected java.lang.String
cpeFileDirectory
protected java.lang.String
deviceAccessMethod
protected DeviceAccessProtocol16
deviceAccessProtocol
protected java.lang.String
deviceAccessURI
protected java.lang.Boolean
enableCaching
protected DeviceManagementFileCategory
fileCategory
protected java.lang.String
fileRepositoryPassword
protected java.lang.String
fileRepositoryUserName
protected java.lang.Boolean
macBasedFileAuthentication
protected java.lang.String
macFormatInNonRequestURI
protected java.lang.Boolean
macInCert
protected java.lang.Boolean
macInNonRequestURI
protected java.lang.String
netAddress
protected java.lang.Boolean
notifyFileUpload
protected java.lang.Integer
portNumber
protected java.lang.String
remoteFileFormat
protected java.lang.String
rootDirectory
protected java.lang.Boolean
secure
protected DeviceManagementFileAuthenticationStatus
status
protected java.lang.Boolean
useHttpDigestAuthentication
protected java.lang.Boolean
userNamePasswordFileAuthentication
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Constructor Summary
Constructors Constructor Description DeviceManagementFileAuthLocationGetResponse()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.Boolean
getCompletionNotification()
java.lang.String
getCpeFileDirectory()
java.lang.String
getDeviceAccessMethod()
DeviceAccessProtocol16
getDeviceAccessProtocol()
java.lang.String
getDeviceAccessURI()
java.lang.Boolean
getEnableCaching()
DeviceManagementFileCategory
getFileCategory()
java.lang.String
getFileRepositoryPassword()
java.lang.String
getFileRepositoryUserName()
java.lang.Boolean
getMacBasedFileAuthentication()
java.lang.String
getMacFormatInNonRequestURI()
java.lang.Boolean
getMacInCert()
java.lang.Boolean
getMacInNonRequestURI()
java.lang.String
getNetAddress()
java.lang.Boolean
getNotifyFileUpload()
java.lang.Integer
getPortNumber()
java.lang.String
getRemoteFileFormat()
java.lang.String
getRootDirectory()
java.lang.Boolean
getSecure()
DeviceManagementFileAuthenticationStatus
getStatus()
java.lang.Boolean
getUseHttpDigestAuthentication()
java.lang.Boolean
getUserNamePasswordFileAuthentication()
int
hashCode()
void
setCompletionNotification(java.lang.Boolean completionNotification)
void
setCpeFileDirectory(java.lang.String cpeFileDirectory)
void
setDeviceAccessMethod(java.lang.String deviceAccessMethod)
void
setDeviceAccessProtocol(DeviceAccessProtocol16 deviceAccessProtocol)
void
setDeviceAccessURI(java.lang.String deviceAccessURI)
void
setEnableCaching(java.lang.Boolean enableCaching)
void
setFileCategory(DeviceManagementFileCategory fileCategory)
void
setFileRepositoryPassword(java.lang.String fileRepositoryPassword)
void
setFileRepositoryUserName(java.lang.String fileRepositoryUserName)
void
setMacBasedFileAuthentication(java.lang.Boolean macBasedFileAuthentication)
void
setMacFormatInNonRequestURI(java.lang.String macFormatInNonRequestURI)
void
setMacInCert(java.lang.Boolean macInCert)
void
setMacInNonRequestURI(java.lang.Boolean macInNonRequestURI)
void
setNetAddress(java.lang.String netAddress)
void
setNotifyFileUpload(java.lang.Boolean notifyFileUpload)
void
setPortNumber(java.lang.Integer portNumber)
void
setRemoteFileFormat(java.lang.String remoteFileFormat)
void
setRootDirectory(java.lang.String rootDirectory)
void
setSecure(java.lang.Boolean secure)
void
setStatus(DeviceManagementFileAuthenticationStatus status)
void
setUseHttpDigestAuthentication(java.lang.Boolean useHttpDigestAuthentication)
void
setUserNamePasswordFileAuthentication(java.lang.Boolean userNamePasswordFileAuthentication)
void
transform()
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, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
status
-
fileRepositoryUserName
protected java.lang.String fileRepositoryUserName -
fileRepositoryPassword
protected java.lang.String fileRepositoryPassword -
netAddress
protected java.lang.String netAddress -
remoteFileFormat
protected java.lang.String remoteFileFormat -
portNumber
protected java.lang.Integer portNumber -
rootDirectory
protected java.lang.String rootDirectory -
cpeFileDirectory
protected java.lang.String cpeFileDirectory -
secure
protected java.lang.Boolean secure -
macInNonRequestURI
protected java.lang.Boolean macInNonRequestURI -
macInCert
protected java.lang.Boolean macInCert -
macFormatInNonRequestURI
protected java.lang.String macFormatInNonRequestURI -
useHttpDigestAuthentication
protected java.lang.Boolean useHttpDigestAuthentication -
macBasedFileAuthentication
protected java.lang.Boolean macBasedFileAuthentication -
userNamePasswordFileAuthentication
protected java.lang.Boolean userNamePasswordFileAuthentication -
completionNotification
protected java.lang.Boolean completionNotification -
fileCategory
-
enableCaching
protected java.lang.Boolean enableCaching -
notifyFileUpload
protected java.lang.Boolean notifyFileUpload -
deviceAccessProtocol
-
deviceAccessMethod
protected java.lang.String deviceAccessMethod -
deviceAccessURI
protected java.lang.String deviceAccessURI
-
-
Constructor Details
-
DeviceManagementFileAuthLocationGetResponse
public DeviceManagementFileAuthLocationGetResponse()
-
-
Method Details
-
setStatus
-
getStatus
-
setFileRepositoryUserName
public void setFileRepositoryUserName(java.lang.String fileRepositoryUserName) -
getFileRepositoryUserName
public java.lang.String getFileRepositoryUserName() -
setFileRepositoryPassword
public void setFileRepositoryPassword(java.lang.String fileRepositoryPassword) -
getFileRepositoryPassword
public java.lang.String getFileRepositoryPassword() -
setNetAddress
public void setNetAddress(java.lang.String netAddress) -
getNetAddress
public java.lang.String getNetAddress() -
setRemoteFileFormat
public void setRemoteFileFormat(java.lang.String remoteFileFormat) -
getRemoteFileFormat
public java.lang.String getRemoteFileFormat() -
setPortNumber
public void setPortNumber(java.lang.Integer portNumber) -
getPortNumber
public java.lang.Integer getPortNumber() -
setRootDirectory
public void setRootDirectory(java.lang.String rootDirectory) -
getRootDirectory
public java.lang.String getRootDirectory() -
setCpeFileDirectory
public void setCpeFileDirectory(java.lang.String cpeFileDirectory) -
getCpeFileDirectory
public java.lang.String getCpeFileDirectory() -
setSecure
public void setSecure(java.lang.Boolean secure) -
getSecure
public java.lang.Boolean getSecure() -
setMacInNonRequestURI
public void setMacInNonRequestURI(java.lang.Boolean macInNonRequestURI) -
getMacInNonRequestURI
public java.lang.Boolean getMacInNonRequestURI() -
setMacInCert
public void setMacInCert(java.lang.Boolean macInCert) -
getMacInCert
public java.lang.Boolean getMacInCert() -
setMacFormatInNonRequestURI
public void setMacFormatInNonRequestURI(java.lang.String macFormatInNonRequestURI) -
getMacFormatInNonRequestURI
public java.lang.String getMacFormatInNonRequestURI() -
setUseHttpDigestAuthentication
public void setUseHttpDigestAuthentication(java.lang.Boolean useHttpDigestAuthentication) -
getUseHttpDigestAuthentication
public java.lang.Boolean getUseHttpDigestAuthentication() -
setMacBasedFileAuthentication
public void setMacBasedFileAuthentication(java.lang.Boolean macBasedFileAuthentication) -
getMacBasedFileAuthentication
public java.lang.Boolean getMacBasedFileAuthentication() -
setUserNamePasswordFileAuthentication
public void setUserNamePasswordFileAuthentication(java.lang.Boolean userNamePasswordFileAuthentication) -
getUserNamePasswordFileAuthentication
public java.lang.Boolean getUserNamePasswordFileAuthentication() -
setCompletionNotification
public void setCompletionNotification(java.lang.Boolean completionNotification) -
getCompletionNotification
public java.lang.Boolean getCompletionNotification() -
setFileCategory
-
getFileCategory
-
setEnableCaching
public void setEnableCaching(java.lang.Boolean enableCaching) -
getEnableCaching
public java.lang.Boolean getEnableCaching() -
setNotifyFileUpload
public void setNotifyFileUpload(java.lang.Boolean notifyFileUpload) -
getNotifyFileUpload
public java.lang.Boolean getNotifyFileUpload() -
setDeviceAccessProtocol
-
getDeviceAccessProtocol
-
setDeviceAccessMethod
public void setDeviceAccessMethod(java.lang.String deviceAccessMethod) -
getDeviceAccessMethod
public java.lang.String getDeviceAccessMethod() -
setDeviceAccessURI
public void setDeviceAccessURI(java.lang.String deviceAccessURI) -
getDeviceAccessURI
public java.lang.String getDeviceAccessURI() -
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-