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
ConstructorsConstructorDescriptionDefault constructor for use with Jackson librariesViewServiceRequestBody(ViewServiceRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanValidate that an object is equal depending on their stored values.Return the options for this view service.inthashCode()Return a hash code based on the values of this object.voidsetViewServiceOptions(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:
toStringin classOMAGServerClientConfig- Returns:
- JSON style description of variables.
-
equals
Validate that an object is equal depending on their stored values.- Overrides:
equalsin classOMAGServerClientConfig- Parameters:
objectToCompare- object- Returns:
- boolean result
-
hashCode
public int hashCode()Return a hash code based on the values of this object.- Overrides:
hashCodein classOMAGServerClientConfig- Returns:
- in hash code
-