Class SchemaTypeRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeRequestBody
- All Implemented Interfaces:
Serializable
Deprecated.
SchemaTypeRequestBody carries the common parameters for creating or updating schema types.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructorSchemaTypeRequestBody
(SchemaTypeRequestBody template) Deprecated.Copy/clone Constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Compare the values of the supplied object with those stored in the current object.Deprecated.Return the properties for the schema type.int
hashCode()
Deprecated.Return hash code for this objectvoid
setSchemaTypeProperties
(SchemaTypeProperties schemaTypeProperties) Deprecated.Set up schema typetoString()
Deprecated.Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
getAuthor, getEncodingStandard, getFormula, getFormulaType, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setFormulaType, setNamespace, setQueries, setUsage, setVersionNumber
Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecated
Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName
-
Constructor Details
-
SchemaTypeRequestBody
public SchemaTypeRequestBody()Deprecated.Default constructor -
SchemaTypeRequestBody
Deprecated.Copy/clone Constructor.- Parameters:
template
- template object to copy.
-
-
Method Details
-
getSchemaTypeProperties
Deprecated.Return the properties for the schema type.- Returns:
- schema type properties
-
setSchemaTypeProperties
Deprecated.Set up schema type- Parameters:
schemaTypeProperties
- schema type properties
-
equals
Deprecated.Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classSchemaTypeProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Deprecated.Return hash code for this object- Overrides:
hashCode
in classSchemaTypeProperties
- Returns:
- int hash code
-
toString
Deprecated.Standard toString method.- Overrides:
toString
in classSchemaTypeProperties
- Returns:
- print out of variables in a JSON-style
-