java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.FindRequestBody
All Implemented Interfaces:
Serializable

public class FindRequestBody extends Object implements Serializable
FindRequestBody describes the request body used to search for an entity
See Also:
  • Constructor Details

    • FindRequestBody

      public FindRequestBody()
  • Method Details

    • getIdentifiers

      public Identifiers getIdentifiers()
      Return the entity identifiers
      Returns:
      String - identifiers of the entity
    • getExternalSourceName

      public String getExternalSourceName()
      Return the entity externalSourceName
      Returns:
      String - externalSourceName of the entity
    • getType

      public String getType()
      Return the entity type
      Returns:
      String - type of the entity
    • setIdentifiers

      public void setIdentifiers(Identifiers identifiers)
      Set up the identifiers of the entity
      Parameters:
      identifiers - of the entity
    • setExternalSourceName

      public void setExternalSourceName(String externalSourceName)
      Set up the externalSourceName of the entity
      Parameters:
      externalSourceName - of the entity
    • setType

      public void setType(String type)
      Set up the type of the entity
      Parameters:
      type - of the entity
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object