Class DeleteRequestBody

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

public class DeleteRequestBody extends DataEngineOMASAPIRequestBody
DeleteRequestBody describes the request body used to delete an entity.
See Also:
  • Constructor Details

    • DeleteRequestBody

      public DeleteRequestBody()
  • Method Details

    • getGuid

      public String getGuid()
      Return the entity unique identifier
      Returns:
      String - unique identifier of the entity
    • getQualifiedName

      public String getQualifiedName()
      Return the entity qualified name
      Returns:
      String - qualified name of the entity
    • getDeleteSemantic

      public DeleteSemantic getDeleteSemantic()
      Return the delete semantic
      Returns:
      String - unique identifier of the entity
    • setGuid

      public void setGuid(String guid)
      Set up the unique identifier of the entity
      Parameters:
      guid - of the entity
    • setQualifiedName

      public void setQualifiedName(String qualifiedName)
      Set up the qualified name of the entity
      Parameters:
      qualifiedName - of the entity
    • setDeleteSemantic

      public void setDeleteSemantic(DeleteSemantic deleteSemantic)
      Set up the delete semantic
      Parameters:
      deleteSemantic - of the entity
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class DataEngineOMASAPIRequestBody
    • hashCode

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

      public String toString()
      Overrides:
      toString in class DataEngineOMASAPIRequestBody