Class ChargeAssessmentMethods
- java.lang.Object
-
- com.ellucian.generated.eedm.charge_assessment_methods.v13_0.ChargeAssessmentMethods
-
@Generated("jsonschema2pojo") public class ChargeAssessmentMethods extends Object
Charge Assessment MethodsThe valid list of user defined charge assessment methods.
-
-
Constructor Summary
Constructors Constructor Description ChargeAssessmentMethods()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getCode()
CodeString
getDescription()
DescriptionString
getId()
IDMetadata
getMetadata()
MetadataString
getTitle()
Titleint
hashCode()
void
setCode(String code)
Codevoid
setDescription(String description)
Descriptionvoid
setId(String id)
IDvoid
setMetadata(Metadata metadata)
Metadatavoid
setTitle(String title)
TitleString
toString()
ChargeAssessmentMethods
withCode(String code)
ChargeAssessmentMethods
withDescription(String description)
ChargeAssessmentMethods
withId(String id)
ChargeAssessmentMethods
withMetadata(Metadata metadata)
ChargeAssessmentMethods
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 charge assessment method.") private String id
IDThe global identifier of the charge assessment method. (Required)
-
title
@JsonPropertyDescription("The full name of the charge assessment method.") private String title
TitleThe full name of the charge assessment method. (Required)
-
description
@JsonPropertyDescription("The description of the charge assessment method.") private String description
DescriptionThe description of the charge assessment method.
-
code
@JsonPropertyDescription("The code used to identify the charge assessment method.") private String code
CodeThe code used to identify the charge assessment method.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public ChargeAssessmentMethods withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the charge assessment method. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the charge assessment method. (Required)
-
withId
public ChargeAssessmentMethods withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the charge assessment method. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the charge assessment method. (Required)
-
withTitle
public ChargeAssessmentMethods withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the charge assessment method.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the charge assessment method.
-
withDescription
public ChargeAssessmentMethods withDescription(String description)
-
getCode
public String getCode()
CodeThe code used to identify the charge assessment method.
-
setCode
public void setCode(String code)
CodeThe code used to identify the charge assessment method.
-
withCode
public ChargeAssessmentMethods withCode(String code)
-
-