Package io.unitycatalog.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncredentialId(String credentialId) credentialName(String credentialName) booleanReturn true if this ExternalLocationInfo object is equal to o.User-provided free-form text description.Time at which this external location was created, in epoch milliseconds.Username of external location creator.Unique ID of the location's storage credential.Name of the storage credential used with this location.getId()Unique identifier for the external location.getName()Name of the external location.getOwner()The owner of the external location.Time at which external location this was last modified, in epoch milliseconds.Username of user who last modified the external location.getUrl()Path URL of the external location.inthashCode()voidsetComment(String comment) voidsetCreatedAt(Long createdAt) voidsetCreatedBy(String createdBy) voidsetCredentialId(String credentialId) voidsetCredentialName(String credentialName) voidvoidvoidvoidsetUpdatedAt(Long updatedAt) voidsetUpdatedBy(String updatedBy) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_CREDENTIAL_NAME
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_OWNER
- See Also:
-
JSON_PROPERTY_CREDENTIAL_ID
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_BY
- See Also:
-
-
Constructor Details
-
ExternalLocationInfo
public ExternalLocationInfo()
-
-
Method Details
-
name
-
getName
Name of the external location.- Returns:
- name
-
setName
-
id
-
getId
Unique identifier for the external location.- Returns:
- id
-
setId
-
url
-
getUrl
Path URL of the external location.- Returns:
- url
-
setUrl
-
credentialName
-
getCredentialName
Name of the storage credential used with this location.- Returns:
- credentialName
-
setCredentialName
-
comment
-
getComment
User-provided free-form text description.- Returns:
- comment
-
setComment
-
owner
-
getOwner
The owner of the external location.- Returns:
- owner
-
setOwner
-
credentialId
-
getCredentialId
Unique ID of the location's storage credential.- Returns:
- credentialId
-
setCredentialId
-
createdAt
-
getCreatedAt
Time at which this external location was created, in epoch milliseconds.- Returns:
- createdAt
-
setCreatedAt
-
createdBy
-
getCreatedBy
Username of external location creator.- Returns:
- createdBy
-
setCreatedBy
-
updatedAt
-
getUpdatedAt
Time at which external location this was last modified, in epoch milliseconds.- Returns:
- updatedAt
-
setUpdatedAt
-
updatedBy
-
getUpdatedBy
Username of user who last modified the external location.- Returns:
- updatedBy
-
setUpdatedBy
-
equals
Return true if this ExternalLocationInfo 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
-