Class BWSystem.SystemCrInterfaceGetResponse

All Implemented Interfaces:
Serializable
Enclosing class:
BWSystem

public static class BWSystem.SystemCrInterfaceGetResponse extends Response
Response to the SystemCrInterfaceGetRequest22.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • crAuditEnabled

      protected Boolean crAuditEnabled
    • crAuditIntervalMilliseconds

      protected Integer crAuditIntervalMilliseconds
    • crAuditTimeoutMilliseconds

      protected Integer crAuditTimeoutMilliseconds
    • crConnectionEnabled

      protected Boolean crConnectionEnabled
    • crConnectionTimeoutMilliseconds

      protected Integer crConnectionTimeoutMilliseconds
    • crTcpConnectionTimeoutSeconds

      protected Integer crTcpConnectionTimeoutSeconds
    • crNumberOfReconnectionAttempts

      protected Integer crNumberOfReconnectionAttempts
  • Constructor Details

    • SystemCrInterfaceGetResponse

      public SystemCrInterfaceGetResponse()
  • Method Details

    • setCrAuditEnabled

      public void setCrAuditEnabled(Boolean crAuditEnabled)
    • getCrAuditEnabled

      public Boolean getCrAuditEnabled()
    • setCrAuditIntervalMilliseconds

      public void setCrAuditIntervalMilliseconds(Integer crAuditIntervalMilliseconds)
    • getCrAuditIntervalMilliseconds

      public Integer getCrAuditIntervalMilliseconds()
    • setCrAuditTimeoutMilliseconds

      public void setCrAuditTimeoutMilliseconds(Integer crAuditTimeoutMilliseconds)
    • getCrAuditTimeoutMilliseconds

      public Integer getCrAuditTimeoutMilliseconds()
    • setCrConnectionEnabled

      public void setCrConnectionEnabled(Boolean crConnectionEnabled)
    • getCrConnectionEnabled

      public Boolean getCrConnectionEnabled()
    • setCrConnectionTimeoutMilliseconds

      public void setCrConnectionTimeoutMilliseconds(Integer crConnectionTimeoutMilliseconds)
    • getCrConnectionTimeoutMilliseconds

      public Integer getCrConnectionTimeoutMilliseconds()
    • setCrTcpConnectionTimeoutSeconds

      public void setCrTcpConnectionTimeoutSeconds(Integer crTcpConnectionTimeoutSeconds)
    • getCrTcpConnectionTimeoutSeconds

      public Integer getCrTcpConnectionTimeoutSeconds()
    • setCrNumberOfReconnectionAttempts

      public void setCrNumberOfReconnectionAttempts(Integer crNumberOfReconnectionAttempts)
    • getCrNumberOfReconnectionAttempts

      public Integer getCrNumberOfReconnectionAttempts()
    • 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