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.BooleancompletionNotificationprotected java.lang.StringcpeFileDirectoryprotected java.lang.StringdeviceAccessMethodprotected DeviceAccessProtocol16deviceAccessProtocolprotected java.lang.StringdeviceAccessURIprotected java.lang.BooleanenableCachingprotected DeviceManagementFileCategoryfileCategoryprotected java.lang.StringfileRepositoryPasswordprotected java.lang.StringfileRepositoryUserNameprotected java.lang.BooleanmacBasedFileAuthenticationprotected java.lang.StringmacFormatInNonRequestURIprotected java.lang.BooleanmacInCertprotected java.lang.BooleanmacInNonRequestURIprotected java.lang.StringnetAddressprotected java.lang.BooleannotifyFileUploadprotected java.lang.IntegerportNumberprotected java.lang.StringremoteFileFormatprotected java.lang.StringrootDirectoryprotected java.lang.Booleansecureprotected DeviceManagementFileAuthenticationStatusstatusprotected java.lang.BooleanuseHttpDigestAuthenticationprotected java.lang.BooleanuserNamePasswordFileAuthenticationFields 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 booleanequals(java.lang.Object o)java.lang.BooleangetCompletionNotification()java.lang.StringgetCpeFileDirectory()java.lang.StringgetDeviceAccessMethod()DeviceAccessProtocol16getDeviceAccessProtocol()java.lang.StringgetDeviceAccessURI()java.lang.BooleangetEnableCaching()DeviceManagementFileCategorygetFileCategory()java.lang.StringgetFileRepositoryPassword()java.lang.StringgetFileRepositoryUserName()java.lang.BooleangetMacBasedFileAuthentication()java.lang.StringgetMacFormatInNonRequestURI()java.lang.BooleangetMacInCert()java.lang.BooleangetMacInNonRequestURI()java.lang.StringgetNetAddress()java.lang.BooleangetNotifyFileUpload()java.lang.IntegergetPortNumber()java.lang.StringgetRemoteFileFormat()java.lang.StringgetRootDirectory()java.lang.BooleangetSecure()DeviceManagementFileAuthenticationStatusgetStatus()java.lang.BooleangetUseHttpDigestAuthentication()java.lang.BooleangetUserNamePasswordFileAuthentication()inthashCode()voidsetCompletionNotification(java.lang.Boolean completionNotification)voidsetCpeFileDirectory(java.lang.String cpeFileDirectory)voidsetDeviceAccessMethod(java.lang.String deviceAccessMethod)voidsetDeviceAccessProtocol(DeviceAccessProtocol16 deviceAccessProtocol)voidsetDeviceAccessURI(java.lang.String deviceAccessURI)voidsetEnableCaching(java.lang.Boolean enableCaching)voidsetFileCategory(DeviceManagementFileCategory fileCategory)voidsetFileRepositoryPassword(java.lang.String fileRepositoryPassword)voidsetFileRepositoryUserName(java.lang.String fileRepositoryUserName)voidsetMacBasedFileAuthentication(java.lang.Boolean macBasedFileAuthentication)voidsetMacFormatInNonRequestURI(java.lang.String macFormatInNonRequestURI)voidsetMacInCert(java.lang.Boolean macInCert)voidsetMacInNonRequestURI(java.lang.Boolean macInNonRequestURI)voidsetNetAddress(java.lang.String netAddress)voidsetNotifyFileUpload(java.lang.Boolean notifyFileUpload)voidsetPortNumber(java.lang.Integer portNumber)voidsetRemoteFileFormat(java.lang.String remoteFileFormat)voidsetRootDirectory(java.lang.String rootDirectory)voidsetSecure(java.lang.Boolean secure)voidsetStatus(DeviceManagementFileAuthenticationStatus status)voidsetUseHttpDigestAuthentication(java.lang.Boolean useHttpDigestAuthentication)voidsetUserNamePasswordFileAuthentication(java.lang.Boolean userNamePasswordFileAuthentication)voidtransform()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, setRequestMethods 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:ResponseTransforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-