public class DiscoveryEngineServicesConfig extends OMAGServerClientConfig
| Constructor and Description |
|---|
DiscoveryEngineServicesConfig()
Default constructor
|
DiscoveryEngineServicesConfig(DiscoveryEngineServicesConfig 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.
|
List<String> |
getDiscoveryEngineNames()
Return the list of unique names (qualifiedName) for the discovery engines that will run in this server.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setDiscoveryEngineNames(List<String> discoveryEngineNames)
Set up the list of unique names (qualifiedName) for the discovery engines that will run in this server.
|
String |
toString()
Standard toString method.
|
getOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURLpublic DiscoveryEngineServicesConfig()
public DiscoveryEngineServicesConfig(DiscoveryEngineServicesConfig template)
template - object to copypublic List<String> getDiscoveryEngineNames()
public void setDiscoveryEngineNames(List<String> discoveryEngineNames)
discoveryEngineNames - list of qualified namespublic String toString()
toString in class OMAGServerClientConfigpublic boolean equals(Object objectToCompare)
equals in class OMAGServerClientConfigobjectToCompare - objectpublic int hashCode()
hashCode in class OMAGServerClientConfigCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.