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 public class SchemaTypeRequestBody extends SchemaTypeProperties
Deprecated.SchemaTypeRequestBody carries the common parameters for creating or updating schema types.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaTypeRequestBody()Deprecated.Default constructorSchemaTypeRequestBody(SchemaTypeRequestBody template)Deprecated.Copy/clone Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Deprecated.Compare the values of the supplied object with those stored in the current object.SchemaTypePropertiesgetSchemaTypeProperties()Deprecated.Return the properties for the schema type.inthashCode()Deprecated.Return hash code for this objectvoidsetSchemaTypeProperties(SchemaTypeProperties schemaTypeProperties)Deprecated.Set up schema typeStringtoString()Deprecated.Standard toString method.-
Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
getAuthor, getEncodingStandard, getFormula, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, 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 Detail
-
SchemaTypeRequestBody
public SchemaTypeRequestBody()
Deprecated.Default constructor
-
SchemaTypeRequestBody
public SchemaTypeRequestBody(SchemaTypeRequestBody template)
Deprecated.Copy/clone Constructor.- Parameters:
template- template object to copy.
-
-
Method Detail
-
getSchemaTypeProperties
public SchemaTypeProperties getSchemaTypeProperties()
Deprecated.Return the properties for the schema type.- Returns:
- schema type properties
-
setSchemaTypeProperties
public void setSchemaTypeProperties(SchemaTypeProperties schemaTypeProperties)
Deprecated.Set up schema type- Parameters:
schemaTypeProperties- schema type properties
-
equals
public boolean equals(Object objectToCompare)
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
public String toString()
Deprecated.Standard toString method.- Overrides:
toStringin classSchemaTypeProperties- Returns:
- print out of variables in a JSON-style
-
-