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 boolean
equals(Object other)
String
getId()
IDint
hashCode()
void
setId(String id)
IDString
toString()
SectionRegistration
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Section Registration.") private String id
IDThe 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)
-
-