Class TypeDefDeleteRequest
java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefDeleteRequest
- All Implemented Interfaces:
Serializable
TypeDefDeleteRequest carries the TypeDef properties for deleting a TypeDef.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorTypeDefDeleteRequest
(TypeDefDeleteRequest template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the TypeDef's name.int
hashCode()
Create a hash code for this element type.void
setObsoleteTypeDefName
(String obsoleteTypeDefName) Set up the TypeDef's name.toString()
Standard toString method.
-
Constructor Details
-
TypeDefDeleteRequest
public TypeDefDeleteRequest()Default constructor -
TypeDefDeleteRequest
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getObsoleteTypeDefName
Return the TypeDef's name.- Returns:
- String Name
-
setObsoleteTypeDefName
Set up the TypeDef's name.- Parameters:
obsoleteTypeDefName
- String name
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-