@Beta public class MultichainDestination extends Object
Constructor and Description |
---|
MultichainDestination() |
MultichainDestination(String serviceUrl,
String apiKey) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getApiKey()
The API key to reach the service node.
|
String |
getServiceUrl()
The URL the service node is reachable
|
int |
hashCode() |
void |
setApiKey(String apiKey)
The API key to reach the service node.
|
void |
setServiceUrl(String serviceUrl)
The URL the service node is reachable
|
String |
toString() |
public String getServiceUrl()
public String getApiKey()
public void setServiceUrl(String serviceUrl)
public void setApiKey(String apiKey)
protected boolean canEqual(Object other)
Copyright © 2020 SAP SE. All rights reserved.