Class EngineServiceRequestBody
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
org.odpi.openmetadata.adminservices.rest.EngineServiceRequestBody
EngineServiceRequestBody passes the minimum information to set up an engine service.
-
Constructor Summary
ConstructorDescriptionDefault constructor for use with Jackson librariesCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.Return the list of engines to load into this engine service.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.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
getOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURL
-
Constructor Details
-
EngineServiceRequestBody
public EngineServiceRequestBody()Default constructor for use with Jackson libraries -
EngineServiceRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getEngines
Return the list of engines to load into this engine service.- Returns:
- list of qualified names for the engines to load plus user information
-
setEngines
Set up the list of engines to load into this engine service.- Parameters:
engines
- list of qualified names for the engines to load plus user information
-
getEngineServiceOptions
Return the options for this engine service. These are properties that are specific to the engine service.- Returns:
- Map from String to String
-
setEngineServiceOptions
Set up the options for this engine service. These are properties that are specific to the engine service.- Parameters:
engineServiceOptions
- Map from String to String
-
toString
Standard toString method.- Overrides:
toString
in classOMAGServerClientConfig
- Returns:
- JSON style description of variables.
-
equals
Validate that an object is equal depending on their stored values.- Overrides:
equals
in classOMAGServerClientConfig
- Parameters:
objectToCompare
- object- Returns:
- boolean result
-
hashCode
public int hashCode()Return a hash code based on the values of this object.- Overrides:
hashCode
in classOMAGServerClientConfig
- Returns:
- in hash code
-