Class SolutionViewServiceConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig
org.odpi.openmetadata.adminservices.configuration.properties.SolutionViewServiceConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for use with Jackson librariesCopy/clone constructorSolutionViewServiceConfig(ViewServiceRegistrationEntry viewRegistration) Call the superclass to set up the default values for a view service using a view service description. -
Method Summary
Methods inherited from class org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig
getViewServiceAdminClass, getViewServiceDescription, getViewServiceDevelopmentStatus, getViewServiceFullName, getViewServiceId, getViewServiceName, getViewServiceOperationalStatus, getViewServiceOptions, getViewServiceURLMarker, getViewServiceWiki, setViewServiceAdminClass, setViewServiceDescription, setViewServiceDevelopmentStatus, setViewServiceFullName, setViewServiceId, setViewServiceName, setViewServiceOperationalStatus, setViewServiceOptions, setViewServiceURLMarker, setViewServiceWikiMethods inherited from class org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
getOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURL
-
Constructor Details
-
SolutionViewServiceConfig
public SolutionViewServiceConfig()Default constructor for use with Jackson libraries -
SolutionViewServiceConfig
Copy/clone constructor- Parameters:
template- object to copy
-
SolutionViewServiceConfig
Call the superclass to set up the default values for a view service using a view service description.- Parameters:
viewRegistration- fixed properties about the view service
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toStringin classViewServiceConfig- Returns:
- JSON style description of variables.
-
equals
Validate that an object is equal depending on their stored values.- Overrides:
equalsin classViewServiceConfig- Parameters:
objectToCompare- object- Returns:
- boolean result
-
hashCode
public int hashCode()Return a hash code based on the values of this object.- Overrides:
hashCodein classViewServiceConfig- Returns:
- in hash code
-