Package io.unitycatalog.client.model
Class GenerateTemporaryPathCredential
java.lang.Object
io.unitycatalog.client.model.GenerateTemporaryPathCredential
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class GenerateTemporaryPathCredential
extends Object
GenerateTemporaryPathCredential
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this GenerateTemporaryPathCredential object is equal to o.Get operationgetUrl()The URL of the storage path for which temporary credentials need to be generated.inthashCode()operation(PathOperation operation) voidsetOperation(PathOperation operation) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_OPERATION
- See Also:
-
-
Constructor Details
-
GenerateTemporaryPathCredential
public GenerateTemporaryPathCredential()
-
-
Method Details
-
url
-
getUrl
The URL of the storage path for which temporary credentials need to be generated.- Returns:
- url
-
setUrl
-
operation
-
getOperation
Get operation- Returns:
- operation
-
setOperation
-
equals
Return true if this GenerateTemporaryPathCredential object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-