Class BWSystem.SystemCPEConfigParametersGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCPEConfigParametersGetResponse
All Implemented Interfaces:
Serializable
Enclosing class:
BWSystem

public static class BWSystem.SystemCPEConfigParametersGetResponse extends Response
Response to SystemCPEConfigParametersGetRequest21. Contains a list of system CPE Config parameters. The following elements are only used in AS data mode: allowDeviceCredentialsRetrieval, value "false" is returned in XS data mode
Author:
AlpacaGenerator
See Also:
  • Field Details

    • enableIPDeviceManagement

      protected Boolean enableIPDeviceManagement
    • ftpConnectTimeoutSeconds

      protected Integer ftpConnectTimeoutSeconds
    • ftpFileTransferTimeoutSeconds

      protected Integer ftpFileTransferTimeoutSeconds
    • pauseBetweenFileRebuildMilliseconds

      protected Integer pauseBetweenFileRebuildMilliseconds
    • deviceAccessAppServerClusterName

      protected String deviceAccessAppServerClusterName
    • minTimeBetweenResetMilliseconds

      protected Integer minTimeBetweenResetMilliseconds
    • alwaysPushFilesOnRebuild

      protected Boolean alwaysPushFilesOnRebuild
    • maxFileOperationRetryAttempts

      protected Integer maxFileOperationRetryAttempts
    • enableAutoRebuildConfig

      protected Boolean enableAutoRebuildConfig
    • eventQueueSize

      protected Integer eventQueueSize
    • allowDeviceCredentialsRetrieval

      protected Boolean allowDeviceCredentialsRetrieval
  • Constructor Details

    • SystemCPEConfigParametersGetResponse

      public SystemCPEConfigParametersGetResponse()
  • Method Details

    • setEnableIPDeviceManagement

      public void setEnableIPDeviceManagement(Boolean enableIPDeviceManagement)
    • getEnableIPDeviceManagement

      public Boolean getEnableIPDeviceManagement()
    • setFtpConnectTimeoutSeconds

      public void setFtpConnectTimeoutSeconds(Integer ftpConnectTimeoutSeconds)
    • getFtpConnectTimeoutSeconds

      public Integer getFtpConnectTimeoutSeconds()
    • setFtpFileTransferTimeoutSeconds

      public void setFtpFileTransferTimeoutSeconds(Integer ftpFileTransferTimeoutSeconds)
    • getFtpFileTransferTimeoutSeconds

      public Integer getFtpFileTransferTimeoutSeconds()
    • setPauseBetweenFileRebuildMilliseconds

      public void setPauseBetweenFileRebuildMilliseconds(Integer pauseBetweenFileRebuildMilliseconds)
    • getPauseBetweenFileRebuildMilliseconds

      public Integer getPauseBetweenFileRebuildMilliseconds()
    • setDeviceAccessAppServerClusterName

      public void setDeviceAccessAppServerClusterName(String deviceAccessAppServerClusterName)
    • getDeviceAccessAppServerClusterName

      public String getDeviceAccessAppServerClusterName()
    • setMinTimeBetweenResetMilliseconds

      public void setMinTimeBetweenResetMilliseconds(Integer minTimeBetweenResetMilliseconds)
    • getMinTimeBetweenResetMilliseconds

      public Integer getMinTimeBetweenResetMilliseconds()
    • setAlwaysPushFilesOnRebuild

      public void setAlwaysPushFilesOnRebuild(Boolean alwaysPushFilesOnRebuild)
    • getAlwaysPushFilesOnRebuild

      public Boolean getAlwaysPushFilesOnRebuild()
    • setMaxFileOperationRetryAttempts

      public void setMaxFileOperationRetryAttempts(Integer maxFileOperationRetryAttempts)
    • getMaxFileOperationRetryAttempts

      public Integer getMaxFileOperationRetryAttempts()
    • setEnableAutoRebuildConfig

      public void setEnableAutoRebuildConfig(Boolean enableAutoRebuildConfig)
    • getEnableAutoRebuildConfig

      public Boolean getEnableAutoRebuildConfig()
    • setEventQueueSize

      public void setEventQueueSize(Integer eventQueueSize)
    • getEventQueueSize

      public Integer getEventQueueSize()
    • setAllowDeviceCredentialsRetrieval

      public void setAllowDeviceCredentialsRetrieval(Boolean allowDeviceCredentialsRetrieval)
    • getAllowDeviceCredentialsRetrieval

      public Boolean getAllowDeviceCredentialsRetrieval()
    • 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