Class BWSystem.SystemRedundancyParametersGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

    public static class BWSystem.SystemRedundancyParametersGetResponse
    extends Response
    Response to SystemRedundancyParametersGetRequest16sp2. Contains a list of system Redundancy parameters.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • rollBackTimerMinutes

        protected Integer rollBackTimerMinutes
      • sendSipOptionMessageUponMigration

        protected Boolean sendSipOptionMessageUponMigration
    • Constructor Detail

      • SystemRedundancyParametersGetResponse

        public SystemRedundancyParametersGetResponse()
    • Method Detail

      • setRollBackTimerMinutes

        public void setRollBackTimerMinutes​(Integer rollBackTimerMinutes)
      • getRollBackTimerMinutes

        public Integer getRollBackTimerMinutes()
      • setSendSipOptionMessageUponMigration

        public void setSendSipOptionMessageUponMigration​(Boolean sendSipOptionMessageUponMigration)
      • getSendSipOptionMessageUponMigration

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

        public int hashCode()
        Overrides:
        hashCode in class Object