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 SummaryConstructorsConstructorDescriptionDefault constructor for use with Jackson librariesCopy/clone constructor
- 
Method SummaryModifier and TypeMethodDescriptionbooleanValidate 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.inthashCode()Return a hash code based on the values of this object.voidsetEngines(List<EngineConfig> engines) Set up the list of engines to load into this engine service.voidsetEngineServiceOptions(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.OMAGServerClientConfiggetOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURL
- 
Constructor Details- 
EngineServiceRequestBodypublic EngineServiceRequestBody()Default constructor for use with Jackson libraries
- 
EngineServiceRequestBodyCopy/clone constructor- Parameters:
- template- object to copy
 
 
- 
- 
Method Details- 
getEnginesReturn the list of engines to load into this engine service.- Returns:
- list of qualified names for the engines to load plus user information
 
- 
setEnginesSet 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
 
- 
getEngineServiceOptionsReturn the options for this engine service. These are properties that are specific to the engine service.- Returns:
- Map from String to String
 
- 
setEngineServiceOptionsSet up the options for this engine service. These are properties that are specific to the engine service.- Parameters:
- engineServiceOptions- Map from String to String
 
- 
toStringStandard toString method.- Overrides:
- toStringin class- OMAGServerClientConfig
- Returns:
- JSON style description of variables.
 
- 
equalsValidate that an object is equal depending on their stored values.- Overrides:
- equalsin class- OMAGServerClientConfig
- Parameters:
- objectToCompare- object
- Returns:
- boolean result
 
- 
hashCodepublic int hashCode()Return a hash code based on the values of this object.- Overrides:
- hashCodein class- OMAGServerClientConfig
- Returns:
- in hash code
 
 
-