Class Registrant
- java.lang.Object
-
- com.ellucian.generated.eedm.section_registrations.v16_0_0.Registrant
-
@Generated("jsonschema2pojo") public class Registrant extends Object
RegistrantA person registered for a section.
-
-
Constructor Summary
Constructors Constructor Description Registrant()
-
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()
Registrant
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Registrant.") private String id
IDThe global identifier for the Registrant. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Registrant. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Registrant. (Required)
-
withId
public Registrant withId(String id)
-
-