Class RelationalTableRequestBody

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

public class RelationalTableRequestBody extends DataEngineOMASAPIRequestBody
RelationalTableRequestBody describes the request body used to create/update relational tables
See Also:
  • Constructor Details

    • RelationalTableRequestBody

      public RelationalTableRequestBody()
  • Method Details

    • getRelationalTable

      public RelationalTable getRelationalTable()
      Return the relational table bean
      Returns:
      the relational table
    • getDatabaseSchemaQualifiedName

      public String getDatabaseSchemaQualifiedName()
      Return the database schema qualified name
      Returns:
      String - qualified name of the database schema
    • setRelationalTable

      public void setRelationalTable(RelationalTable relationalTable)
      Set up the relational table bean
      Parameters:
      relationalTable - the relational table
    • setDatabaseSchemaQualifiedName

      public void setDatabaseSchemaQualifiedName(String databaseSchemaQualifiedName)
      Set up the qualified name of the database schema
      Parameters:
      databaseSchemaQualifiedName - of the database schema
    • 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