Package co.ecg.alpaca.toolkit.generated
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
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected String
protected Boolean
protected Boolean
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
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
setAllowDeviceCredentialsRetrieval
(Boolean allowDeviceCredentialsRetrieval) void
setAlwaysPushFilesOnRebuild
(Boolean alwaysPushFilesOnRebuild) void
setDeviceAccessAppServerClusterName
(String deviceAccessAppServerClusterName) void
setEnableAutoRebuildConfig
(Boolean enableAutoRebuildConfig) void
setEnableIPDeviceManagement
(Boolean enableIPDeviceManagement) void
setEventQueueSize
(Integer eventQueueSize) void
setFtpConnectTimeoutSeconds
(Integer ftpConnectTimeoutSeconds) void
setFtpFileTransferTimeoutSeconds
(Integer ftpFileTransferTimeoutSeconds) void
setMaxFileOperationRetryAttempts
(Integer maxFileOperationRetryAttempts) void
setMinTimeBetweenResetMilliseconds
(Integer minTimeBetweenResetMilliseconds) void
setPauseBetweenFileRebuildMilliseconds
(Integer pauseBetweenFileRebuildMilliseconds) 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
-
enableIPDeviceManagement
-
ftpConnectTimeoutSeconds
-
ftpFileTransferTimeoutSeconds
-
pauseBetweenFileRebuildMilliseconds
-
deviceAccessAppServerClusterName
-
minTimeBetweenResetMilliseconds
-
alwaysPushFilesOnRebuild
-
maxFileOperationRetryAttempts
-
enableAutoRebuildConfig
-
eventQueueSize
-
allowDeviceCredentialsRetrieval
-
-
Constructor Details
-
SystemCPEConfigParametersGetResponse
public SystemCPEConfigParametersGetResponse()
-
-
Method Details
-
setEnableIPDeviceManagement
-
getEnableIPDeviceManagement
-
setFtpConnectTimeoutSeconds
-
getFtpConnectTimeoutSeconds
-
setFtpFileTransferTimeoutSeconds
-
getFtpFileTransferTimeoutSeconds
-
setPauseBetweenFileRebuildMilliseconds
-
getPauseBetweenFileRebuildMilliseconds
-
setDeviceAccessAppServerClusterName
-
getDeviceAccessAppServerClusterName
-
setMinTimeBetweenResetMilliseconds
-
getMinTimeBetweenResetMilliseconds
-
setAlwaysPushFilesOnRebuild
-
getAlwaysPushFilesOnRebuild
-
setMaxFileOperationRetryAttempts
-
getMaxFileOperationRetryAttempts
-
setEnableAutoRebuildConfig
-
getEnableAutoRebuildConfig
-
setEventQueueSize
-
getEventQueueSize
-
setAllowDeviceCredentialsRetrieval
-
getAllowDeviceCredentialsRetrieval
-
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
-