Class Reporting
- java.lang.Object
-
- com.ellucian.generated.eedm.races.v6_0.Reporting
-
@Generated("jsonschema2pojo") public class Reporting extends Object
-
-
Constructor Summary
Constructors Constructor Description Reporting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getCountry()
Countryint
hashCode()
void
setCountry(Object country)
CountryString
toString()
Reporting
withCountry(Object country)
-
-
-
Field Detail
-
country
@JsonPropertyDescription("The country with specific reporting requirements.") private Object country
CountryThe country with specific reporting requirements.
-
-