Class AttributeTypeDefCategoryFindRequest
java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefCategoryFindRequest
- All Implemented Interfaces:
Serializable
- 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 category for the request.inthashCode()Create a hash code for this element type.voidsetCategory(AttributeTypeDefCategory category) Set up the category for the request.toString()Standard toString method.
-
Constructor Details
-
AttributeTypeDefCategoryFindRequest
public AttributeTypeDefCategoryFindRequest()Default constructor -
AttributeTypeDefCategoryFindRequest
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getCategory
Return the category for the request.- Returns:
- category enum
-
setCategory
Set up the category for the request.- Parameters:
category- category enum
-
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.
-