public class StewardshipEngineServicesConfig extends OMAGServerClientConfig
omagServerName, omagServerPlatformRootURL| Constructor and Description |
|---|
StewardshipEngineServicesConfig()
Default constructor
|
StewardshipEngineServicesConfig(StewardshipEngineServicesConfig 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> |
getStewardshipEngineNames()
Return the list of unique names (qualifiedName) for the stewardship engines that will run in this server.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setStewardshipEngineNames(List<String> stewardshipEngineNames)
Set up the list of unique names (qualifiedName) for the stewardship engines that will run in this server.
|
String |
toString()
Standard toString method.
|
getOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURLpublic StewardshipEngineServicesConfig()
public StewardshipEngineServicesConfig(StewardshipEngineServicesConfig template)
template - object to copypublic List<String> getStewardshipEngineNames()
public void setStewardshipEngineNames(List<String> stewardshipEngineNames)
stewardshipEngineNames - 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–2020 ODPi. All rights reserved.