Class AdvancementMembershipProgramDiscounts
- java.lang.Object
-
- com.ellucian.generated.eedm.advancement_membership_program_discounts.v15_0.AdvancementMembershipProgramDiscounts
-
@Generated("jsonschema2pojo") public class AdvancementMembershipProgramDiscounts extends Object
Advancement Membership Program DiscountsThis entity contains information about discounts for advancement membership programs.
-
-
Constructor Summary
Constructors Constructor Description AdvancementMembershipProgramDiscounts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getDescription()
DescriptionObject
getDiscount()
DiscountString
getId()
IDMetadata
getMetadata()
MetadataString
getTitle()
Titleint
hashCode()
void
setDescription(String description)
Descriptionvoid
setDiscount(Object discount)
Discountvoid
setId(String id)
IDvoid
setMetadata(Metadata metadata)
Metadatavoid
setTitle(String title)
TitleString
toString()
AdvancementMembershipProgramDiscounts
withDescription(String description)
AdvancementMembershipProgramDiscounts
withDiscount(Object discount)
AdvancementMembershipProgramDiscounts
withId(String id)
AdvancementMembershipProgramDiscounts
withMetadata(Metadata metadata)
AdvancementMembershipProgramDiscounts
withTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the advancement membership program discount.") private String id
IDThe global identifier of the advancement membership program discount. (Required)
-
title
@JsonPropertyDescription("The full name of the advancement membership program discount.") private String title
TitleThe full name of the advancement membership program discount. (Required)
-
description
@JsonPropertyDescription("The description of the advancement membership program discount.") private String description
DescriptionThe description of the advancement membership program discount.
-
discount
@JsonPropertyDescription("The discount available for membership programs.") private Object discount
DiscountThe discount available for membership programs. (Required)
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public AdvancementMembershipProgramDiscounts withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the advancement membership program discount. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the advancement membership program discount. (Required)
-
withId
public AdvancementMembershipProgramDiscounts withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the advancement membership program discount. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the advancement membership program discount. (Required)
-
withTitle
public AdvancementMembershipProgramDiscounts withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the advancement membership program discount.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the advancement membership program discount.
-
withDescription
public AdvancementMembershipProgramDiscounts withDescription(String description)
-
getDiscount
public Object getDiscount()
DiscountThe discount available for membership programs. (Required)
-
setDiscount
public void setDiscount(Object discount)
DiscountThe discount available for membership programs. (Required)
-
withDiscount
public AdvancementMembershipProgramDiscounts withDiscount(Object discount)
-
-