Class IntegrationViewServiceConfig
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.IntegrationViewServiceConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for use with Jackson librariesCopy/clone constructorIntegrationViewServiceConfig(ViewServiceRegistrationEntry viewRegistration) Call the superclass to set up the default values for a view service using a view service description. -
Method Summary
Modifier and TypeMethodDescriptionbooleanValidate that an object is equal depending on their stored values.Return the resourceEndpoints list.inthashCode()Return a hash code based on the values of this object.voidsetResourceEndpoints(List<ResourceEndpointConfig> resourceEndpoints) Set the resourceEndpoints of resource.toString()Standard toString method.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
-
IntegrationViewServiceConfig
public IntegrationViewServiceConfig()Default constructor for use with Jackson libraries -
IntegrationViewServiceConfig
Copy/clone constructor- Parameters:
template- object to copy
-
IntegrationViewServiceConfig
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
-
getResourceEndpoints
Return the resourceEndpoints list.- Returns:
- displayName
-
setResourceEndpoints
Set the resourceEndpoints of resource.- Parameters:
resourceEndpoints- list of resource endpoint configuration objects
-
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
-