public class StewardshipServicesConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
StewardshipServicesConfig()
Default constructor
|
StewardshipServicesConfig(StewardshipServicesConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getAccessServiceRootURL()
Return the root URL of the access service.
|
String |
getAccessServiceServerName()
Return the name of the server where the access service resides.
|
Connection |
getInboundRequestConnection()
Return the connection used to access the topic that passes stewardship requests to the stewardship
services.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setAccessServiceRootURL(String accessServiceRootURL)
Set up the root URL of the access service.
|
void |
setAccessServiceServerName(String accessServiceServerName)
Set up the name of the server where the access service resides.
|
void |
setInboundRequestConnection(Connection inboundRequestConnection)
Set up the connection used to access the topic that passes discovery requests to the discovery engine
services.
|
String |
toString()
Standard toString method.
|
public StewardshipServicesConfig()
public StewardshipServicesConfig(StewardshipServicesConfig template)
template - object to copypublic String getAccessServiceRootURL()
public void setAccessServiceRootURL(String accessServiceRootURL)
accessServiceRootURL - string root urlpublic String getAccessServiceServerName()
public void setAccessServiceServerName(String accessServiceServerName)
accessServiceServerName - string server namepublic Connection getInboundRequestConnection()
public void setInboundRequestConnection(Connection inboundRequestConnection)
inboundRequestConnection - connection objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.