Class SchemaTypeRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.dataengine.rest.SchemaTypeRequestBody
-
- All Implemented Interfaces:
Serializable
public class SchemaTypeRequestBody extends DataEngineOMASAPIRequestBody
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaTypeRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)SchemaTypegetSchemaType()inthashCode()voidsetSchemaType(SchemaType schemaType)StringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
-
-
-
Method Detail
-
getSchemaType
public SchemaType getSchemaType()
-
setSchemaType
public void setSchemaType(SchemaType schemaType)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDataEngineOMASAPIRequestBody
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
public String toString()
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-
-