java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.TemporaryTableCredential

public class TemporaryTableCredential extends Object
Description of credentials for accessing a table.
  • Constructor Details

    • TemporaryTableCredential

      public TemporaryTableCredential()
      Constructor
  • Method Details

    • getTable_id

      public String getTable_id()
      Return the unique identifier of the table.
      Returns:
      string
    • setTable_id

      public void setTable_id(String table_id)
      Set up the unique identifier of the table.
      Parameters:
      table_id - string
    • getOperation

      public String getOperation()
      Return the operation permitted by the credential.
      Returns:
      text
    • setOperation

      public void setOperation(String operation)
      Set up the operation permitted by the credential.
      Parameters:
      operation - text
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      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()
      Return hash code based on properties.
      Overrides:
      hashCode in class Object
      Returns:
      int