Class Description
- java.lang.Object
-
- com.ellucian.generated.eedm.sections.v16_0_0.Description
-
@Generated("jsonschema2pojo") public class Description extends Object
-
-
Constructor Summary
Constructors Constructor Description Description()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Type__1
getType()
TypeString
getValue()
Valueint
hashCode()
void
setType(Type__1 type)
Typevoid
setValue(String value)
ValueString
toString()
Description
withType(Type__1 type)
Description
withValue(String value)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("The type of course description (e.g. short description, long description).") private Type__1 type
TypeThe type of course description (e.g. short description, long description). (Required)
-
value
@JsonPropertyDescription("The description for the section associated with the type.") private String value
ValueThe description for the section associated with the type. (Required)
-
-
Method Detail
-
getType
public Type__1 getType()
TypeThe type of course description (e.g. short description, long description). (Required)
-
setType
public void setType(Type__1 type)
TypeThe type of course description (e.g. short description, long description). (Required)
-
withType
public Description withType(Type__1 type)
-
getValue
public String getValue()
ValueThe description for the section associated with the type. (Required)
-
setValue
public void setValue(String value)
ValueThe description for the section associated with the type. (Required)
-
withValue
public Description withValue(String value)
-
-