Class ViewServiceRequestBody
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
org.odpi.openmetadata.adminservices.rest.ViewServiceRequestBody
ViewServiceRequestBody passes the minimum information to set up a view server.
-
Constructor Summary
ConstructorDescriptionDefault constructor for use with Jackson librariesViewServiceRequestBody
(ViewServiceRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.Return the options for this view service.int
hashCode()
Return a hash code based on the values of this object.void
setViewServiceOptions
(Map<String, Object> viewServiceOptions) Set up the options for this view service.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
getOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURL
-
Constructor Details
-
ViewServiceRequestBody
public ViewServiceRequestBody()Default constructor for use with Jackson libraries -
ViewServiceRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getViewServiceOptions
Return the options for this view service. These are properties that are specific to the view service.- Returns:
- Map from String to String
-
setViewServiceOptions
Set up the options for this view service. These are properties that are specific to the view service.- Parameters:
viewServiceOptions
- 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
-