Class SchemaTypeRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
org.odpi.openmetadata.accessservices.dataengine.rest.SchemaTypeRequestBody
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the schema typeinthashCode()voidsetSchemaType(SchemaType schemaType) Sets up the schema typetoString()Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
Constructor Details
-
SchemaTypeRequestBody
public SchemaTypeRequestBody()
-
-
Method Details
-
getSchemaType
Returns the schema type- Returns:
- the schema type
-
setSchemaType
Sets up the schema type- Parameters:
schemaType- the schema type
-
equals
- Overrides:
equalsin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-