Class MinimumMatchedAmount
- java.lang.Object
-
- com.ellucian.generated.eedm.matching_gift_policies.v6_0.MinimumMatchedAmount
-
@Generated("jsonschema2pojo") public class MinimumMatchedAmount extends Object
Minimum Matched AmountMinimum amount of contribution that will be matched
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMinimumMatchedAmount.CurrencyCurrency
-
Field Summary
Fields Modifier and Type Field Description private MinimumMatchedAmount.CurrencycurrencyCurrencyprivate DoublevalueValue
-
Constructor Summary
Constructors Constructor Description MinimumMatchedAmount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)MinimumMatchedAmount.CurrencygetCurrency()CurrencyDoublegetValue()ValueinthashCode()voidsetCurrency(MinimumMatchedAmount.Currency currency)CurrencyvoidsetValue(Double value)ValueStringtoString()MinimumMatchedAmountwithCurrency(MinimumMatchedAmount.Currency currency)MinimumMatchedAmountwithValue(Double value)
-
-
-
Field Detail
-
value
@JsonPropertyDescription("The monetary value") private Double valueValueThe monetary value (Required)
-
currency
@JsonPropertyDescription("The ISO 4217 currency code") private MinimumMatchedAmount.Currency currencyCurrencyThe ISO 4217 currency code (Required)
-
-
Method Detail
-
getValue
public Double getValue()
ValueThe monetary value (Required)
-
setValue
public void setValue(Double value)
ValueThe monetary value (Required)
-
withValue
public MinimumMatchedAmount withValue(Double value)
-
getCurrency
public MinimumMatchedAmount.Currency getCurrency()
CurrencyThe ISO 4217 currency code (Required)
-
setCurrency
public void setCurrency(MinimumMatchedAmount.Currency currency)
CurrencyThe ISO 4217 currency code (Required)
-
withCurrency
public MinimumMatchedAmount withCurrency(MinimumMatchedAmount.Currency currency)
-
-