Package io.unitycatalog.client.model
Class CredentialInfo
java.lang.Object
io.unitycatalog.client.model.CredentialInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class CredentialInfo
extends Object
CredentialInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsIamRole(AwsIamRoleResponse awsIamRole) booleanReturn true if this CredentialInfo object is equal to o.Get awsIamRoleComment associated with the credential.Time at which this Credential was created, in epoch milliseconds.Username of credential creator.The full name of the credential.getId()The unique identifier of the credential.getName()The credential name.getOwner()Username of current owner of credential.Get purposeTime at which this credential was last modified, in epoch milliseconds.Username of user who last modified the credential.inthashCode()purpose(CredentialPurpose purpose) voidsetAwsIamRole(AwsIamRoleResponse awsIamRole) voidsetComment(String comment) voidsetCreatedAt(Long createdAt) voidsetCreatedBy(String createdBy) voidsetFullName(String fullName) voidvoidvoidvoidsetPurpose(CredentialPurpose purpose) voidsetUpdatedAt(Long updatedAt) voidsetUpdatedBy(String updatedBy) toString()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_AWS_IAM_ROLE
- See Also:
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_OWNER
- See Also:
-
JSON_PROPERTY_FULL_NAME
- See Also:
-
JSON_PROPERTY_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:
-
JSON_PROPERTY_PURPOSE
- See Also:
-
-
Constructor Details
-
CredentialInfo
public CredentialInfo()
-
-
Method Details
-
name
-
getName
The credential name. The name must be unique within the metastore.- Returns:
- name
-
setName
-
awsIamRole
-
getAwsIamRole
Get awsIamRole- Returns:
- awsIamRole
-
setAwsIamRole
-
comment
-
getComment
Comment associated with the credential.- Returns:
- comment
-
setComment
-
owner
-
getOwner
Username of current owner of credential.- Returns:
- owner
-
setOwner
-
fullName
-
getFullName
The full name of the credential.- Returns:
- fullName
-
setFullName
-
id
-
getId
The unique identifier of the credential.- Returns:
- id
-
setId
-
createdAt
-
getCreatedAt
Time at which this Credential was created, in epoch milliseconds.- Returns:
- createdAt
-
setCreatedAt
-
createdBy
-
getCreatedBy
Username of credential creator.- Returns:
- createdBy
-
setCreatedBy
-
updatedAt
-
getUpdatedAt
Time at which this credential was last modified, in epoch milliseconds.- Returns:
- updatedAt
-
setUpdatedAt
-
updatedBy
-
getUpdatedBy
Username of user who last modified the credential.- Returns:
- updatedBy
-
setUpdatedBy
-
purpose
-
getPurpose
Get purpose- Returns:
- purpose
-
setPurpose
-
equals
Return true if this CredentialInfo 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
-