Class Credit
- java.lang.Object
-
- com.ellucian.generated.eedm.contributions.v12_0.Credit
-
@Generated("jsonschema2pojo") public class Credit extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCredit.TypeType
-
Field Summary
Fields Modifier and Type Field Description private ObjectamountAmountprivate Credit.TypetypeType
-
Constructor Summary
Constructors Constructor Description Credit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetAmount()AmountCredit.TypegetType()TypeinthashCode()voidsetAmount(Object amount)AmountvoidsetType(Credit.Type type)TypeStringtoString()CreditwithAmount(Object amount)CreditwithType(Credit.Type type)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("The type of credit given to the donor.") private Credit.Type typeTypeThe type of credit given to the donor. (Required)
-
amount
@JsonPropertyDescription("The amount of credit of the specified type given to the donor.") private Object amountAmountThe amount of credit of the specified type given to the donor.
-
-
Method Detail
-
getType
public Credit.Type getType()
TypeThe type of credit given to the donor. (Required)
-
setType
public void setType(Credit.Type type)
TypeThe type of credit given to the donor. (Required)
-
withType
public Credit withType(Credit.Type type)
-
getAmount
public Object getAmount()
AmountThe amount of credit of the specified type given to the donor.
-
setAmount
public void setAmount(Object amount)
AmountThe amount of credit of the specified type given to the donor.
-
-