public class EngineHostServicesConfig extends OMAGServerClientConfig
| Constructor and Description |
|---|
EngineHostServicesConfig()
Default constructor
|
EngineHostServicesConfig(EngineHostServicesConfig 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<EngineServiceConfig> |
getEngineServiceConfigs()
Return the list of configuration for the engine services that will run in this server.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setEngineServiceConfigs(List<EngineServiceConfig> engineServiceConfigs)
Set up the list of configuration for the engine services that will run in this server.
|
String |
toString()
Standard toString method.
|
getOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURLpublic EngineHostServicesConfig()
public EngineHostServicesConfig(EngineHostServicesConfig template)
template - object to copypublic List<EngineServiceConfig> getEngineServiceConfigs()
public void setEngineServiceConfigs(List<EngineServiceConfig> engineServiceConfigs)
engineServiceConfigs - 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.