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 class
MinimumMatchedAmount.Currency
Currency
-
Field Summary
Fields Modifier and Type Field Description private MinimumMatchedAmount.Currency
currency
Currencyprivate Double
value
Value
-
Constructor Summary
Constructors Constructor Description MinimumMatchedAmount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
MinimumMatchedAmount.Currency
getCurrency()
CurrencyDouble
getValue()
Valueint
hashCode()
void
setCurrency(MinimumMatchedAmount.Currency currency)
Currencyvoid
setValue(Double value)
ValueString
toString()
MinimumMatchedAmount
withCurrency(MinimumMatchedAmount.Currency currency)
MinimumMatchedAmount
withValue(Double value)
-
-
-
Field Detail
-
value
@JsonPropertyDescription("The monetary value") private Double value
ValueThe monetary value (Required)
-
currency
@JsonPropertyDescription("The ISO 4217 currency code") private MinimumMatchedAmount.Currency currency
CurrencyThe 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)
-
-