Class GroupAdviceOfCharge.GroupAdviceOfChargeGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    GroupAdviceOfCharge

    public static class GroupAdviceOfCharge.GroupAdviceOfChargeGetResponse
    extends Response
    Response to GroupAdviceOfChargeGetRequest. Contains a list of Advice of Charge group parameters.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • useGroupLevelAoCSettings

        protected Boolean useGroupLevelAoCSettings
      • delayBetweenNotificationSeconds

        protected Integer delayBetweenNotificationSeconds
      • group

        protected transient Group group
    • Constructor Detail

      • GroupAdviceOfChargeGetResponse

        public GroupAdviceOfChargeGetResponse()
    • Method Detail

      • setUseGroupLevelAoCSettings

        public void setUseGroupLevelAoCSettings​(Boolean useGroupLevelAoCSettings)
      • getUseGroupLevelAoCSettings

        public Boolean getUseGroupLevelAoCSettings()
      • setDelayBetweenNotificationSeconds

        public void setDelayBetweenNotificationSeconds​(Integer delayBetweenNotificationSeconds)
      • getDelayBetweenNotificationSeconds

        public Integer getDelayBetweenNotificationSeconds()
      • setGroup

        public void setGroup​(Group group)
      • getGroup

        public Group getGroup()
      • 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