Class Credential
- java.lang.Object
-
- com.databricks.sdk.service.provisioning.Credential
-
@Generated public class Credential extends Object
-
-
Constructor Summary
Constructors Constructor Description Credential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAccountId()
AwsCredentials
getAwsCredentials()
Long
getCreationTime()
String
getCredentialsId()
String
getCredentialsName()
int
hashCode()
Credential
setAccountId(String accountId)
Credential
setAwsCredentials(AwsCredentials awsCredentials)
Credential
setCreationTime(Long creationTime)
Credential
setCredentialsId(String credentialsId)
Credential
setCredentialsName(String credentialsName)
String
toString()
-
-
-
Method Detail
-
setAccountId
public Credential setAccountId(String accountId)
-
getAccountId
public String getAccountId()
-
setAwsCredentials
public Credential setAwsCredentials(AwsCredentials awsCredentials)
-
getAwsCredentials
public AwsCredentials getAwsCredentials()
-
setCreationTime
public Credential setCreationTime(Long creationTime)
-
getCreationTime
public Long getCreationTime()
-
setCredentialsId
public Credential setCredentialsId(String credentialsId)
-
getCredentialsId
public String getCredentialsId()
-
setCredentialsName
public Credential setCredentialsName(String credentialsName)
-
getCredentialsName
public String getCredentialsName()
-
-