Class PyramidLevel
- java.lang.Object
-
- com.ellucian.generated.eedm.campaigns.v9_0.PyramidLevel
-
@Generated("jsonschema2pojo") public class PyramidLevel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private Object
contributionsTarget
Contributions Targetprivate Object
donorsTarget
Donors Targetprivate Object
fundRaisingTarget
Fund Raising Targetprivate Object
maximumContribution
Maximum Contributionprivate MinimumContribution
minimumContribution
Minimum Contribution
-
Constructor Summary
Constructors Constructor Description PyramidLevel()
-
Method Summary
-
-
-
Field Detail
-
minimumContribution
@JsonPropertyDescription("The minimum contribution amount for the level.") private MinimumContribution minimumContribution
Minimum ContributionThe minimum contribution amount for the level. (Required)
-
maximumContribution
@JsonPropertyDescription("The maximum contribution amount for the level.") private Object maximumContribution
Maximum ContributionThe 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 TargetThe 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 TargetThe 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 TargetThe anticipated/desired number of donors who make contributions that fall within the range of the level.
-
-
Method Detail
-
getMinimumContribution
public MinimumContribution getMinimumContribution()
Minimum ContributionThe minimum contribution amount for the level. (Required)
-
setMinimumContribution
public void setMinimumContribution(MinimumContribution minimumContribution)
Minimum ContributionThe minimum contribution amount for the level. (Required)
-
withMinimumContribution
public PyramidLevel withMinimumContribution(MinimumContribution minimumContribution)
-
getMaximumContribution
public Object getMaximumContribution()
Maximum ContributionThe maximum contribution amount for the level.
-
setMaximumContribution
public void setMaximumContribution(Object maximumContribution)
Maximum ContributionThe maximum contribution amount for the level.
-
withMaximumContribution
public PyramidLevel withMaximumContribution(Object maximumContribution)
-
getFundRaisingTarget
public Object getFundRaisingTarget()
Fund Raising TargetThe anticipated/desired total amount of contributions that fall within the range of the level.
-
setFundRaisingTarget
public void setFundRaisingTarget(Object fundRaisingTarget)
Fund Raising TargetThe 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 TargetThe anticipated/desired number of contributions that fall within the range of the level.
-
setContributionsTarget
public void setContributionsTarget(Object contributionsTarget)
Contributions TargetThe anticipated/desired number of contributions that fall within the range of the level.
-
withContributionsTarget
public PyramidLevel withContributionsTarget(Object contributionsTarget)
-
getDonorsTarget
public Object getDonorsTarget()
Donors TargetThe anticipated/desired number of donors who make contributions that fall within the range of the level.
-
setDonorsTarget
public void setDonorsTarget(Object donorsTarget)
Donors TargetThe anticipated/desired number of donors who make contributions that fall within the range of the level.
-
withDonorsTarget
public PyramidLevel withDonorsTarget(Object donorsTarget)
-
-