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 Details

  • Constructor Details

    • GenerateTemporaryPathCredential

      public GenerateTemporaryPathCredential()
  • Method Details

    • url

    • getUrl

      @Nonnull public String getUrl()
      The URL of the storage path for which temporary credentials need to be generated.
      Returns:
      url
    • setUrl

      public void setUrl(String url)
    • operation

      public GenerateTemporaryPathCredential operation(PathOperation operation)
    • getOperation

      @Nonnull public PathOperation getOperation()
      Get operation
      Returns:
      operation
    • setOperation

      public void setOperation(PathOperation operation)
    • equals

      public boolean equals(Object o)
      Return true if this GenerateTemporaryPathCredential object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string