Class Detail__10
- java.lang.Object
-
- com.ellucian.generated.eedm.sections_maximum.v6_0.Detail__10
-
@Generated("jsonschema2pojo") public class Detail__10 extends Object
InstructorThe instructor teaching this section.
-
-
Constructor Summary
Constructors Constructor Description Detail__10()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()Detail__10withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Instructor.") private String idIDThe global identifier for the Instructor. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Instructor. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Instructor. (Required)
-
withId
public Detail__10 withId(String id)
-
-