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 booleanequals(Object other)StringgetCode()CodeStringgetDescription()DescriptionStringgetId()IDMetadatagetMetadata()MetadataStringgetTitle()TitleinthashCode()voidsetCode(String code)CodevoidsetDescription(String description)DescriptionvoidsetId(String id)IDvoidsetMetadata(Metadata metadata)MetadatavoidsetTitle(String title)TitleStringtoString()ChargeAssessmentMethodswithCode(String code)ChargeAssessmentMethodswithDescription(String description)ChargeAssessmentMethodswithId(String id)ChargeAssessmentMethodswithMetadata(Metadata metadata)ChargeAssessmentMethodswithTitle(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 charge assessment method.") private String idIDThe global identifier of the charge assessment method. (Required)
-
title
@JsonPropertyDescription("The full name of the charge assessment method.") private String titleTitleThe full name of the charge assessment method. (Required)
-
description
@JsonPropertyDescription("The description of the charge assessment method.") private String descriptionDescriptionThe description of the charge assessment method.
-
code
@JsonPropertyDescription("The code used to identify the charge assessment method.") private String codeCodeThe 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)
-
-