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 booleanequals(Object other)StringgetDescription()DescriptionObjectgetDiscount()DiscountStringgetId()IDMetadatagetMetadata()MetadataStringgetTitle()TitleinthashCode()voidsetDescription(String description)DescriptionvoidsetDiscount(Object discount)DiscountvoidsetId(String id)IDvoidsetMetadata(Metadata metadata)MetadatavoidsetTitle(String title)TitleStringtoString()AdvancementMembershipProgramDiscountswithDescription(String description)AdvancementMembershipProgramDiscountswithDiscount(Object discount)AdvancementMembershipProgramDiscountswithId(String id)AdvancementMembershipProgramDiscountswithMetadata(Metadata metadata)AdvancementMembershipProgramDiscountswithTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the advancement membership program discount.") private String idIDThe global identifier of the advancement membership program discount. (Required)
-
title
@JsonPropertyDescription("The full name of the advancement membership program discount.") private String titleTitleThe full name of the advancement membership program discount. (Required)
-
description
@JsonPropertyDescription("The description of the advancement membership program discount.") private String descriptionDescriptionThe description of the advancement membership program discount.
-
discount
@JsonPropertyDescription("The discount available for membership programs.") private Object discountDiscountThe 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)
-
-