Class PyramidLevel

    • Field Detail

      • minimumContribution

        @JsonPropertyDescription("The minimum contribution amount for the level.")
        private MinimumContribution minimumContribution
        Minimum Contribution

        The minimum contribution amount for the level. (Required)

      • maximumContribution

        @JsonPropertyDescription("The maximum contribution amount for the level.")
        private Object maximumContribution
        Maximum Contribution

        The maximum contribution amount for the level.

      • fundRaisingTarget

        @JsonPropertyDescription("The anticipated/desired total amount of contributions that fall within the range of the level.")
        private Object fundRaisingTarget
        Fund Raising Target

        The anticipated/desired total amount of contributions that fall within the range of the level.

      • contributionsTarget

        @JsonPropertyDescription("The anticipated/desired number of contributions that fall within the range of the level.")
        private Object contributionsTarget
        Contributions Target

        The anticipated/desired number of contributions that fall within the range of the level.

      • donorsTarget

        @JsonPropertyDescription("The anticipated/desired number of donors who make contributions that fall within the range of the level.")
        private Object donorsTarget
        Donors Target

        The anticipated/desired number of donors who make contributions that fall within the range of the level.

    • Constructor Detail

      • PyramidLevel

        public PyramidLevel()
    • Method Detail

      • getMinimumContribution

        public MinimumContribution getMinimumContribution()
        Minimum Contribution

        The minimum contribution amount for the level. (Required)

      • setMinimumContribution

        public void setMinimumContribution​(MinimumContribution minimumContribution)
        Minimum Contribution

        The minimum contribution amount for the level. (Required)

      • getMaximumContribution

        public Object getMaximumContribution()
        Maximum Contribution

        The maximum contribution amount for the level.

      • setMaximumContribution

        public void setMaximumContribution​(Object maximumContribution)
        Maximum Contribution

        The maximum contribution amount for the level.

      • withMaximumContribution

        public PyramidLevel withMaximumContribution​(Object maximumContribution)
      • getFundRaisingTarget

        public Object getFundRaisingTarget()
        Fund Raising Target

        The anticipated/desired total amount of contributions that fall within the range of the level.

      • setFundRaisingTarget

        public void setFundRaisingTarget​(Object fundRaisingTarget)
        Fund Raising Target

        The anticipated/desired total amount of contributions that fall within the range of the level.

      • withFundRaisingTarget

        public PyramidLevel withFundRaisingTarget​(Object fundRaisingTarget)
      • getContributionsTarget

        public Object getContributionsTarget()
        Contributions Target

        The anticipated/desired number of contributions that fall within the range of the level.

      • setContributionsTarget

        public void setContributionsTarget​(Object contributionsTarget)
        Contributions Target

        The anticipated/desired number of contributions that fall within the range of the level.

      • withContributionsTarget

        public PyramidLevel withContributionsTarget​(Object contributionsTarget)
      • getDonorsTarget

        public Object getDonorsTarget()
        Donors Target

        The anticipated/desired number of donors who make contributions that fall within the range of the level.

      • setDonorsTarget

        public void setDonorsTarget​(Object donorsTarget)
        Donors Target

        The anticipated/desired number of donors who make contributions that fall within the range of the level.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object