java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.FindProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.FindNameProperties

public class FindNameProperties extends FindProperties
FindNameProperties is the request body structure used on OMAG REST API calls that passes a name that is used to retrieve an element by name.
  • Constructor Details

    • FindNameProperties

      public FindNameProperties()
      Default constructor
    • FindNameProperties

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

    • getName

      public String getName()
      Return the name for the query request.
      Returns:
      string name
    • setName

      public void setName(String name)
      Set up the name for the query request.
      Parameters:
      name - string
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class FindProperties
      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