Package io.unitycatalog.client.model
Class CreateExternalLocation
java.lang.Object
io.unitycatalog.client.model.CreateExternalLocation
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class CreateExternalLocation
extends Object
CreateExternalLocation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncredentialName(String credentialName) booleanReturn true if this CreateExternalLocation object is equal to o.User-provided free-form text description.Name of the storage credential used with this location.getName()Name of the external location.getUrl()Path URL of the external location.inthashCode()voidsetComment(String comment) voidsetCredentialName(String credentialName) voidvoidtoString()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_URL
- See Also:
-
JSON_PROPERTY_CREDENTIAL_NAME
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
-
Constructor Details
-
CreateExternalLocation
public CreateExternalLocation()
-
-
Method Details
-
name
-
getName
Name of the external location.- Returns:
- name
-
setName
-
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
-
equals
Return true if this CreateExternalLocation 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
-