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 TypeMethodDescriptionbooleanDeprecated.Compare the values of the supplied object with those stored in the current object.Deprecated.Return the properties for the schema type.inthashCode()Deprecated.Return hash code for this objectvoidsetSchemaTypeProperties(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, setVersionNumberMethods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedMethods 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:
equalsin classSchemaTypeProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Deprecated.Return hash code for this object- Overrides:
hashCodein classSchemaTypeProperties- Returns:
- int hash code
-
toString
Deprecated.Standard toString method.- Overrides:
toStringin classSchemaTypeProperties- Returns:
- print out of variables in a JSON-style
-