Class ClassificationRequestBody

java.lang.Object
org.odpi.openmetadata.viewservices.glossaryworkflow.rest.ClassificationRequestBody

public class ClassificationRequestBody extends Object
ClassificationRequestBody describes the request body used when classifying/reclassifying elements.
  • Constructor Details

    • ClassificationRequestBody

      public ClassificationRequestBody()
      Default constructor
    • ClassificationRequestBody

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

    • getProperties

      public ClassificationProperties getProperties()
      Return the properties for the classification.
      Returns:
      properties object
    • setProperties

      public void setProperties(ClassificationProperties properties)
      Set up the properties for the classification.
      Parameters:
      properties - properties object
    • getEffectiveTime

      public Date getEffectiveTime()
      Return the date/time to use for the query.
      Returns:
      date object
    • setEffectiveTime

      public void setEffectiveTime(Date effectiveTime)
      Set up the date/time to use for the query.
      Parameters:
      effectiveTime - date object
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code