Class TypeDefValidationForRequest
java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefValidationForRequest
- All Implemented Interfaces:
Serializable
TypeDefValidationForRequest carries the TypeDef validation properties for destructive requests (such as delete).
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/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 unique identifier.Return the TypeDef's name.int
hashCode()
Create a hash code for this element type.void
setTypeDefGUID
(String typeDefGUID) Set up the TypeDef's unique identifier.void
setTypeDefName
(String typeDefName) Set up the TypeDef's name.toString()
Standard toString method.
-
Constructor Details
-
TypeDefValidationForRequest
public TypeDefValidationForRequest()Default constructor -
TypeDefValidationForRequest
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getTypeDefGUID
Return the TypeDef's unique identifier.- Returns:
- String guid
-
setTypeDefGUID
Set up the TypeDef's unique identifier.- Parameters:
typeDefGUID
- String guid
-
getTypeDefName
Return the TypeDef's name.- Returns:
- String Name
-
setTypeDefName
Set up the TypeDef's name.- Parameters:
typeDefName
- 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.
-