Class UpdateExternalLocation

java.lang.Object
io.unitycatalog.client.model.UpdateExternalLocation

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class UpdateExternalLocation extends Object
UpdateExternalLocation
  • Field Details

  • Constructor Details

    • UpdateExternalLocation

      public UpdateExternalLocation()
  • Method Details

    • url

      public UpdateExternalLocation url(String url)
    • getUrl

      @Nullable public String getUrl()
      Path URL of the external location.
      Returns:
      url
    • setUrl

      public void setUrl(String url)
    • credentialName

      public UpdateExternalLocation credentialName(String credentialName)
    • getCredentialName

      @Nullable public String getCredentialName()
      Name of the storage credential used with this location.
      Returns:
      credentialName
    • setCredentialName

      public void setCredentialName(String credentialName)
    • comment

      public UpdateExternalLocation comment(String comment)
    • getComment

      @Nullable public String getComment()
      User-provided free-form text description.
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • owner

      public UpdateExternalLocation owner(String owner)
    • getOwner

      @Nullable public String getOwner()
      The owner of the external location.
      Returns:
      owner
    • setOwner

      public void setOwner(String owner)
    • newName

      public UpdateExternalLocation newName(String newName)
    • getNewName

      @Nullable public String getNewName()
      New name for the external location.
      Returns:
      newName
    • setNewName

      public void setNewName(String newName)
    • equals

      public boolean equals(Object o)
      Return true if this UpdateExternalLocation 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