Class PledgeStatuses
- java.lang.Object
-
- com.ellucian.generated.eedm.pledge_statuses.v7_0.PledgeStatuses
-
@Generated("jsonschema2pojo") public class PledgeStatuses extends Object
Pledge StatusesThe statuses (e.g. open, canceled, paid in full) that may be applied to a pledge.
-
-
Constructor Summary
Constructors Constructor Description PledgeStatuses()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getDescription()
DescriptionString
getId()
IDMetadata
getMetadata()
MetadataString
getTitle()
Titleint
hashCode()
void
setDescription(String description)
Descriptionvoid
setId(String id)
IDvoid
setMetadata(Metadata metadata)
Metadatavoid
setTitle(String title)
TitleString
toString()
PledgeStatuses
withDescription(String description)
PledgeStatuses
withId(String id)
PledgeStatuses
withMetadata(Metadata metadata)
PledgeStatuses
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 pledge status.") private String id
IDThe global identifier of the pledge status. (Required)
-
title
@JsonPropertyDescription("The full name of the pledge status.") private String title
TitleThe full name of the pledge status. (Required)
-
description
@JsonPropertyDescription("The description of the pledge status.") private String description
DescriptionThe description of the pledge status.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public PledgeStatuses withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the pledge status. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the pledge status. (Required)
-
withId
public PledgeStatuses withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the pledge status. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the pledge status. (Required)
-
withTitle
public PledgeStatuses withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the pledge status.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the pledge status.
-
withDescription
public PledgeStatuses withDescription(String description)
-
-