Class TemporaryVolumeCredential
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.TemporaryVolumeCredential
Description of credentials for accessing a volume.
-
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 volume.int
hashCode()
Return hash code based on properties.void
setOperation
(String operation) Set up the operation permitted by the credential.void
setVolume_id
(String volume_id) Set up the unique identifier of the volume.toString()
Standard toString method.
-
Constructor Details
-
TemporaryVolumeCredential
public TemporaryVolumeCredential()Constructor
-
-
Method Details
-
getVolume_id
Return the unique identifier of the volume.- Returns:
- string
-
setVolume_id
Set up the unique identifier of the volume.- Parameters:
volume_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.
-