Class InterestArea
- java.lang.Object
-
- com.ellucian.generated.eedm.philanthropic_interest_purposes.v7_0.InterestArea
-
@Generated("jsonschema2pojo") public class InterestArea extends Object
Interest AreaThe philanthropic interest area associated with the purpose.
-
-
Constructor Summary
Constructors Constructor Description InterestArea()
-
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()
InterestArea
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Interest Area.") private String id
IDThe global identifier for the Interest Area. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Interest Area. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Interest Area. (Required)
-
withId
public InterestArea withId(String id)
-
-