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:
  • Constructor Details

    • AttributeTypeDefCategoryFindRequest

      public AttributeTypeDefCategoryFindRequest()
      Default constructor
    • AttributeTypeDefCategoryFindRequest

      public AttributeTypeDefCategoryFindRequest(AttributeTypeDefCategoryFindRequest template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • 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.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class Object
      Returns:
      int hash code