Class ExternalLocationInfo
- java.lang.Object
-
- com.databricks.sdk.service.catalog.ExternalLocationInfo
-
@Generated public class ExternalLocationInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ExternalLocationInfo()
-
Method Summary
-
-
-
Method Detail
-
setComment
public ExternalLocationInfo setComment(String comment)
-
getComment
public String getComment()
-
setCreatedAt
public ExternalLocationInfo setCreatedAt(Long createdAt)
-
getCreatedAt
public Long getCreatedAt()
-
setCreatedBy
public ExternalLocationInfo setCreatedBy(String createdBy)
-
getCreatedBy
public String getCreatedBy()
-
setCredentialId
public ExternalLocationInfo setCredentialId(String credentialId)
-
getCredentialId
public String getCredentialId()
-
setCredentialName
public ExternalLocationInfo setCredentialName(String credentialName)
-
getCredentialName
public String getCredentialName()
-
setMetastoreId
public ExternalLocationInfo setMetastoreId(String metastoreId)
-
getMetastoreId
public String getMetastoreId()
-
setName
public ExternalLocationInfo setName(String name)
-
getName
public String getName()
-
setOwner
public ExternalLocationInfo setOwner(String owner)
-
getOwner
public String getOwner()
-
setReadOnly
public ExternalLocationInfo setReadOnly(Boolean readOnly)
-
getReadOnly
public Boolean getReadOnly()
-
setUpdatedAt
public ExternalLocationInfo setUpdatedAt(Long updatedAt)
-
getUpdatedAt
public Long getUpdatedAt()
-
setUpdatedBy
public ExternalLocationInfo setUpdatedBy(String updatedBy)
-
getUpdatedBy
public String getUpdatedBy()
-
setUrl
public ExternalLocationInfo setUrl(String url)
-
getUrl
public String getUrl()
-
-