Class AttributeTypeDefCategoryFindRequest
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefCategoryFindRequest
-
- All Implemented Interfaces:
Serializable
public class AttributeTypeDefCategoryFindRequest extends OMRSAPIRequest
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeTypeDefCategoryFindRequest()Default constructorAttributeTypeDefCategoryFindRequest(AttributeTypeDefCategoryFindRequest 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.AttributeTypeDefCategorygetCategory()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.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
AttributeTypeDefCategoryFindRequest
public AttributeTypeDefCategoryFindRequest()
Default constructor
-
AttributeTypeDefCategoryFindRequest
public AttributeTypeDefCategoryFindRequest(AttributeTypeDefCategoryFindRequest template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getCategory
public AttributeTypeDefCategory getCategory()
Return the category for the request.- Returns:
- category enum
-
setCategory
public void setCategory(AttributeTypeDefCategory category)
Set up the category for the request.- Parameters:
category- category enum
-
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.
-
-