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 class
Credit.Type
Type
-
Field Summary
Fields Modifier and Type Field Description private Object
amount
Amountprivate Credit.Type
type
Type
-
Constructor Summary
Constructors Constructor Description Credit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getAmount()
AmountCredit.Type
getType()
Typeint
hashCode()
void
setAmount(Object amount)
Amountvoid
setType(Credit.Type type)
TypeString
toString()
Credit
withAmount(Object amount)
Credit
withType(Credit.Type type)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("The type of credit given to the donor.") private Credit.Type type
TypeThe type of credit given to the donor. (Required)
-
amount
@JsonPropertyDescription("The amount of credit of the specified type given to the donor.") private Object amount
AmountThe 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.
-
-