public class ScpXfDestinationData extends Object implements ScpVcapDestinationLoader.ScpVcapServiceData
Constructor and Description |
---|
ScpXfDestinationData() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,String> |
getCredentials()
Credentials being used for connecting to Extension Factory.
|
String |
getName()
Name of the VCAP service.
|
int |
hashCode() |
void |
setCredentials(Map<String,String> credentials)
Credentials being used for connecting to Extension Factory.
|
void |
setName(String name)
Name of the VCAP service.
|
String |
toString() |
public String getName()
getName
in interface ScpVcapDestinationLoader.ScpVcapServiceData
public Map<String,String> getCredentials()
public void setName(String name)
public void setCredentials(Map<String,String> credentials)
Copyright © 2021 SAP SE. All rights reserved.