Class ExternalLocationInfo

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

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

  • Constructor Details

    • ExternalLocationInfo

      public ExternalLocationInfo()
  • Method Details

    • name

      public ExternalLocationInfo name(String name)
    • getName

      @Nullable public String getName()
      Name of the external location.
      Returns:
      name
    • setName

      public void setName(String name)
    • id

      public ExternalLocationInfo id(String id)
    • getId

      @Nullable public String getId()
      Unique identifier for the external location.
      Returns:
      id
    • setId

      public void setId(String id)
    • url

      public ExternalLocationInfo url(String url)
    • getUrl

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

      public void setUrl(String url)
    • credentialName

      public ExternalLocationInfo 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 ExternalLocationInfo comment(String comment)
    • getComment

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

      public void setComment(String comment)
    • owner

      public ExternalLocationInfo owner(String owner)
    • getOwner

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

      public void setOwner(String owner)
    • credentialId

      public ExternalLocationInfo credentialId(String credentialId)
    • getCredentialId

      @Nullable public String getCredentialId()
      Unique ID of the location's storage credential.
      Returns:
      credentialId
    • setCredentialId

      public void setCredentialId(String credentialId)
    • createdAt

      public ExternalLocationInfo createdAt(Long createdAt)
    • getCreatedAt

      @Nullable public Long getCreatedAt()
      Time at which this external location was created, in epoch milliseconds.
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • createdBy

      public ExternalLocationInfo createdBy(String createdBy)
    • getCreatedBy

      @Nullable public String getCreatedBy()
      Username of external location creator.
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • updatedAt

      public ExternalLocationInfo updatedAt(Long updatedAt)
    • getUpdatedAt

      @Nullable public Long getUpdatedAt()
      Time at which external location this was last modified, in epoch milliseconds.
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • updatedBy

      public ExternalLocationInfo updatedBy(String updatedBy)
    • getUpdatedBy

      @Nullable public String getUpdatedBy()
      Username of user who last modified the external location.
      Returns:
      updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • equals

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