Class Etho
- java.lang.Object
-
- com.ellucian.generated.eedm.compound_configuration_settings_options.v1_0_0.Etho
-
@Generated("jsonschema2pojo") public class Etho extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private String
propertyName
Property Nameprivate String
resource
Resource
-
Constructor Summary
Constructors Constructor Description Etho()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getPropertyName()
Property NameString
getResource()
Resourceint
hashCode()
void
setPropertyName(String propertyName)
Property Namevoid
setResource(String resource)
ResourceString
toString()
Etho
withPropertyName(String propertyName)
Etho
withResource(String resource)
-
-
-
Field Detail
-
resource
@JsonPropertyDescription("The Ethos resource to which the compound configuration applies.") private String resource
ResourceThe Ethos resource to which the compound configuration applies. (Required)
-
propertyName
@JsonPropertyDescription("The Ethos property to which the compound configuration applies.") private String propertyName
Property NameThe Ethos property to which the compound configuration applies.
-
-
Method Detail
-
getResource
public String getResource()
ResourceThe Ethos resource to which the compound configuration applies. (Required)
-
setResource
public void setResource(String resource)
ResourceThe Ethos resource to which the compound configuration applies. (Required)
-
getPropertyName
public String getPropertyName()
Property NameThe Ethos property to which the compound configuration applies.
-
setPropertyName
public void setPropertyName(String propertyName)
Property NameThe Ethos property to which the compound configuration applies.
-
-