public class Credentials
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
Credentials.SourceType
The source that this credentials object connects to.
|
static interface |
Credentials.Status
The current status of this set of credentials.
|
| Constructor and Description |
|---|
Credentials() |
| Modifier and Type | Method and Description |
|---|---|
CredentialDetails |
getCredentialDetails()
Gets the credentialDetails.
|
java.lang.String |
getCredentialId()
Gets the credentialId.
|
java.lang.String |
getSourceType()
Gets the sourceType.
|
java.lang.String |
getStatus()
Gets the status.
|
void |
setCredentialDetails(CredentialDetails credentialDetails)
Sets the credentialDetails.
|
void |
setSourceType(java.lang.String sourceType)
Sets the sourceType.
|
void |
setStatus(java.lang.String status)
Sets the status.
|
public java.lang.String getCredentialId()
public java.lang.String getSourceType()
public CredentialDetails getCredentialDetails()
public java.lang.String getStatus()
public void setSourceType(java.lang.String sourceType)
sourceType - the new sourceTypepublic void setCredentialDetails(CredentialDetails credentialDetails)
credentialDetails - the new credentialDetailspublic void setStatus(java.lang.String status)
status - the new status