Class TypeDefValidationForRequest
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefValidationForRequest
-
- All Implemented Interfaces:
Serializable
public class TypeDefValidationForRequest extends OMRSAPIRequest
TypeDefValidationForRequest carries the TypeDef validation properties for destructive requests (such as delete).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeDefValidationForRequest()Default constructorTypeDefValidationForRequest(TypeDefValidationForRequest template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.StringgetTypeDefGUID()Return the TypeDef's unique identifier.StringgetTypeDefName()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.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
TypeDefValidationForRequest
public TypeDefValidationForRequest()
Default constructor
-
TypeDefValidationForRequest
public TypeDefValidationForRequest(TypeDefValidationForRequest template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getTypeDefGUID
public String getTypeDefGUID()
Return the TypeDef's unique identifier.- Returns:
- String guid
-
setTypeDefGUID
public void setTypeDefGUID(String typeDefGUID)
Set up the TypeDef's unique identifier.- Parameters:
typeDefGUID- String guid
-
getTypeDefName
public String getTypeDefName()
Return the TypeDef's name.- Returns:
- String Name
-
setTypeDefName
public void setTypeDefName(String typeDefName)
Set up the TypeDef's name.- Parameters:
typeDefName- String name
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-