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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the TypeDef's unique identifier.Return the TypeDef's name.inthashCode()Create a hash code for this element type.voidsetTypeDefGUID(String typeDefGUID) Set up the TypeDef's unique identifier.voidsetTypeDefName(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.
-