Class TemporaryTableCredential
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.TemporaryTableCredential
Description of credentials for accessing a table.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the operation permitted by the credential.Return the unique identifier of the table.int
hashCode()
Return hash code based on properties.void
setOperation
(String operation) Set up the operation permitted by the credential.void
setTable_id
(String table_id) Set up the unique identifier of the table.toString()
Standard toString method.
-
Constructor Details
-
TemporaryTableCredential
public TemporaryTableCredential()Constructor
-
-
Method Details
-
getTable_id
Return the unique identifier of the table.- Returns:
- string
-
setTable_id
Set up the unique identifier of the table.- Parameters:
table_id
- string
-
getOperation
Return the operation permitted by the credential.- Returns:
- text
-
setOperation
Set up the operation permitted by the credential.- Parameters:
operation
- text
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-