public class Credentials extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Credentials.SourceType
The source that this credentials object connects to.
|
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.
|
void |
setCredentialDetails(CredentialDetails credentialDetails)
Sets the credentialDetails.
|
void |
setSourceType(java.lang.String sourceType)
Sets the sourceType.
|
equals, hashCode, toString
public java.lang.String getCredentialId()
public java.lang.String getSourceType()
public CredentialDetails getCredentialDetails()
public void setSourceType(java.lang.String sourceType)
sourceType
- the new sourceTypepublic void setCredentialDetails(CredentialDetails credentialDetails)
credentialDetails
- the new credentialDetails