@Beta public class MultichainBasicAuthDestination extends Object
Constructor and Description |
---|
MultichainBasicAuthDestination() |
MultichainBasicAuthDestination(String serviceUrl,
String user,
String password) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getPassword()
The password to reach the service node via basic authentication.
|
String |
getServiceUrl()
The URL the service node is reachable
|
String |
getUser()
The user name to reach the service node via basic authentication.
|
int |
hashCode() |
void |
setPassword(String password)
The password to reach the service node via basic authentication.
|
void |
setServiceUrl(String serviceUrl)
The URL the service node is reachable
|
void |
setUser(String user)
The user name to reach the service node via basic authentication.
|
String |
toString() |
public MultichainBasicAuthDestination(String serviceUrl, String user, String password)
public MultichainBasicAuthDestination()
public String getServiceUrl()
public String getUser()
public String getPassword()
public void setServiceUrl(String serviceUrl)
public void setUser(String user)
public void setPassword(String password)
Copyright © 2020 SAP SE. All rights reserved.