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