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

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:
  • Field Details

    • status

    • fileRepositoryUserName

      protected String fileRepositoryUserName
    • fileRepositoryPassword

      protected String fileRepositoryPassword
    • netAddress

      protected String netAddress
    • remoteFileFormat

      protected String remoteFileFormat
    • portNumber

      protected Integer portNumber
    • rootDirectory

      protected String rootDirectory
    • cpeFileDirectory

      protected String cpeFileDirectory
    • secure

      protected Boolean secure
    • macInNonRequestURI

      protected Boolean macInNonRequestURI
    • macInCert

      protected Boolean macInCert
    • macFormatInNonRequestURI

      protected String macFormatInNonRequestURI
    • useHttpDigestAuthentication

      protected Boolean useHttpDigestAuthentication
    • macBasedFileAuthentication

      protected Boolean macBasedFileAuthentication
    • userNamePasswordFileAuthentication

      protected Boolean userNamePasswordFileAuthentication
    • completionNotification

      protected Boolean completionNotification
    • fileCategory

      protected DeviceManagementFileCategory fileCategory
    • enableCaching

      protected Boolean enableCaching
    • notifyFileUpload

      protected Boolean notifyFileUpload
    • deviceAccessProtocol

      protected DeviceAccessProtocol16 deviceAccessProtocol
    • deviceAccessMethod

      protected String deviceAccessMethod
    • deviceAccessURI

      protected String deviceAccessURI
  • Constructor Details

    • DeviceManagementFileAuthLocationGetResponse

      public DeviceManagementFileAuthLocationGetResponse()
  • Method Details

    • setStatus

      public void setStatus(DeviceManagementFileAuthenticationStatus status)
    • getStatus

    • setFileRepositoryUserName

      public void setFileRepositoryUserName(String fileRepositoryUserName)
    • getFileRepositoryUserName

      public String getFileRepositoryUserName()
    • setFileRepositoryPassword

      public void setFileRepositoryPassword(String fileRepositoryPassword)
    • getFileRepositoryPassword

      public String getFileRepositoryPassword()
    • setNetAddress

      public void setNetAddress(String netAddress)
    • getNetAddress

      public String getNetAddress()
    • setRemoteFileFormat

      public void setRemoteFileFormat(String remoteFileFormat)
    • getRemoteFileFormat

      public String getRemoteFileFormat()
    • setPortNumber

      public void setPortNumber(Integer portNumber)
    • getPortNumber

      public Integer getPortNumber()
    • setRootDirectory

      public void setRootDirectory(String rootDirectory)
    • getRootDirectory

      public String getRootDirectory()
    • setCpeFileDirectory

      public void setCpeFileDirectory(String cpeFileDirectory)
    • getCpeFileDirectory

      public String getCpeFileDirectory()
    • setSecure

      public void setSecure(Boolean secure)
    • getSecure

      public Boolean getSecure()
    • setMacInNonRequestURI

      public void setMacInNonRequestURI(Boolean macInNonRequestURI)
    • getMacInNonRequestURI

      public Boolean getMacInNonRequestURI()
    • setMacInCert

      public void setMacInCert(Boolean macInCert)
    • getMacInCert

      public Boolean getMacInCert()
    • setMacFormatInNonRequestURI

      public void setMacFormatInNonRequestURI(String macFormatInNonRequestURI)
    • getMacFormatInNonRequestURI

      public String getMacFormatInNonRequestURI()
    • setUseHttpDigestAuthentication

      public void setUseHttpDigestAuthentication(Boolean useHttpDigestAuthentication)
    • getUseHttpDigestAuthentication

      public Boolean getUseHttpDigestAuthentication()
    • setMacBasedFileAuthentication

      public void setMacBasedFileAuthentication(Boolean macBasedFileAuthentication)
    • getMacBasedFileAuthentication

      public Boolean getMacBasedFileAuthentication()
    • setUserNamePasswordFileAuthentication

      public void setUserNamePasswordFileAuthentication(Boolean userNamePasswordFileAuthentication)
    • getUserNamePasswordFileAuthentication

      public Boolean getUserNamePasswordFileAuthentication()
    • setCompletionNotification

      public void setCompletionNotification(Boolean completionNotification)
    • getCompletionNotification

      public Boolean getCompletionNotification()
    • setFileCategory

      public void setFileCategory(DeviceManagementFileCategory fileCategory)
    • getFileCategory

      public DeviceManagementFileCategory getFileCategory()
    • setEnableCaching

      public void setEnableCaching(Boolean enableCaching)
    • getEnableCaching

      public Boolean getEnableCaching()
    • setNotifyFileUpload

      public void setNotifyFileUpload(Boolean notifyFileUpload)
    • getNotifyFileUpload

      public Boolean getNotifyFileUpload()
    • setDeviceAccessProtocol

      public void setDeviceAccessProtocol(DeviceAccessProtocol16 deviceAccessProtocol)
    • getDeviceAccessProtocol

      public DeviceAccessProtocol16 getDeviceAccessProtocol()
    • setDeviceAccessMethod

      public void setDeviceAccessMethod(String deviceAccessMethod)
    • getDeviceAccessMethod

      public String getDeviceAccessMethod()
    • setDeviceAccessURI

      public void setDeviceAccessURI(String deviceAccessURI)
    • getDeviceAccessURI

      public String getDeviceAccessURI()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object