public class Credentials extends Object implements Serializable
| Constructor and Description |
|---|
Credentials()
No args constructor for use in serialization
|
Credentials(String componentUuid,
String endpointUuid,
String name,
CredentialElement credentialElement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getComponentUuid()
Component Id
|
CredentialElement |
getCredentialElement() |
String |
getEndpointUuid()
Endpoint Id
|
String |
getName()
This is the name of the credentials type, could be null
(Required)
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setComponentUuid(String componentUuid)
Component Id
|
void |
setCredentialElement(CredentialElement credentialElement) |
void |
setEndpointUuid(String endpointUuid)
Endpoint Id
|
void |
setName(String name)
This is the name of the credentials type, could be null
(Required)
|
String |
toString() |
public Credentials()
public Credentials(String componentUuid, String endpointUuid, String name, CredentialElement credentialElement)
name - endpointUuid - credentialElement - componentUuid - public String getComponentUuid()
(Required)
public void setComponentUuid(String componentUuid)
(Required)
componentUuid - The componentUuidpublic String getEndpointUuid()
(Required)
public void setEndpointUuid(String endpointUuid)
(Required)
endpointUuid - The endpointUuidpublic String getName()
public void setName(String name)
name - The namepublic CredentialElement getCredentialElement()
public void setCredentialElement(CredentialElement credentialElement)
credentialElement - The credentialElementCopyright © 2017. All rights reserved.