public class EngineServiceRequestBody extends OMAGServerClientConfig
| Constructor and Description |
|---|
EngineServiceRequestBody()
Default constructor for use with Jackson libraries
|
EngineServiceRequestBody(EngineServiceRequestBody 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<EngineConfig> |
getEngines()
Return the list of engines to load into this engine service.
|
Map<String,Object> |
getEngineServiceOptions()
Return the options for this engine service.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setEngines(List<EngineConfig> engines)
Set up the list of engines to load into this engine service.
|
void |
setEngineServiceOptions(Map<String,Object> engineServiceOptions)
Set up the options for this engine service.
|
String |
toString()
Standard toString method.
|
getOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURLpublic EngineServiceRequestBody()
public EngineServiceRequestBody(EngineServiceRequestBody template)
template - object to copypublic List<EngineConfig> getEngines()
public void setEngines(List<EngineConfig> engines)
engines - list of qualified names for the engines to load plus user informationpublic Map<String,Object> getEngineServiceOptions()
public void setEngineServiceOptions(Map<String,Object> engineServiceOptions)
engineServiceOptions - Map from String to Stringpublic 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.