public class DiscoveryServerConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
DiscoveryServerConfig()
Default constructor
|
DiscoveryServerConfig(DiscoveryServerConfig 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.
|
List<String> |
getDiscoveryEngineGUIDs()
Deprecated.
|
List<String> |
getDiscoveryEngineNames()
Return the list of unique names (qualifiedName) for the discovery engines that will run in this discover server.
|
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 |
setDiscoveryEngineGUIDs(List<String> discoveryEngineGUIDs)
Deprecated.
|
void |
setDiscoveryEngineNames(List<String> discoveryEngineNames)
Set up the list of unique names (qualifiedName) for the discovery engines that will run in this discovery
server.
|
String |
toString()
Standard toString method.
|
public DiscoveryServerConfig()
public DiscoveryServerConfig(DiscoveryServerConfig 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 name@Deprecated public List<String> getDiscoveryEngineGUIDs()
@Deprecated public void setDiscoveryEngineGUIDs(List<String> discoveryEngineGUIDs)
discoveryEngineGUIDs - list of GUIDspublic List<String> getDiscoveryEngineNames()
public void setDiscoveryEngineNames(List<String> discoveryEngineNames)
discoveryEngineNames - list of qualified namespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.