Class SectionRegistration
- java.lang.Object
-
- com.ellucian.generated.eedm.student_unverified_grades.v1_0_0.SectionRegistration
-
@Generated("jsonschema2pojo") public class SectionRegistration extends Object
Section RegistrationThe section registration associated with the grade.
-
-
Constructor Summary
Constructors Constructor Description SectionRegistration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()SectionRegistrationwithId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Section Registration.") private String idIDThe global identifier for the Section Registration. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Section Registration. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Section Registration. (Required)
-
withId
public SectionRegistration withId(String id)
-
-