public class Credentials extends Object implements Serializable
| Constructor and Description |
|---|
Credentials()
No args constructor for use in serialization
|
Credentials(String componentUuid,
String endpointUuid,
String credentialUuid,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getComponentUuid()
Component Id
|
String |
getCredentialUuid()
Credential Id
|
String |
getEndpointUuid()
Endpoint Id
|
String |
getName()
This is the name of the credentials type and if not given, all names will be returned.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setComponentUuid(String componentUuid)
Component Id
|
void |
setCredentialUuid(String credentialUuid)
Credential Id
|
void |
setEndpointUuid(String endpointUuid)
Endpoint Id
|
void |
setName(String name)
This is the name of the credentials type and if not given, all names will be returned.
|
String |
toString() |
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 getCredentialUuid()
public void setCredentialUuid(String credentialUuid)
credentialUuid - The credentialUuidpublic String getName()
public void setName(String name)
name - The nameCopyright © 2017. All rights reserved.