Class ResourceEndpointConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.ResourceEndpointConfig
- All Implemented Interfaces:
Serializable
ResourceEndpointConfig defines the properties of a resource endpoint that an integration view service can connect to.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorResourceEndpointConfig
(ResourceEndpointConfig template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.Return the description of resource.Return the platformName of resource.Return the platformRootURL of resource.Return the category of resource - indicating whether the resource is a platform or server.Return the serverInstanceName of resource.Return the serverName of resource.int
hashCode()
Return a hash code based on the values of this object.void
setDescription
(String description) Set the displayName of resource.void
setPlatformName
(String platformName) Set the platformName of resource.void
setPlatformRootURL
(String platformRootURL) Set the platformRootURL of resource.void
setResourceCategory
(String resourceCategory) Set the category of resource - indicating whether the resource is a platform or server.void
setServerInstanceName
(String serverInstanceName) Set the serverInstanceName of resource.void
setServerName
(String serverName) Set the serverName of resource.toString()
Standard toString method.
-
Constructor Details
-
ResourceEndpointConfig
public ResourceEndpointConfig()Default constructor -
ResourceEndpointConfig
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getResourceCategory
Return the category of resource - indicating whether the resource is a platform or server.- Returns:
- resourceCategory
-
setResourceCategory
Set the category of resource - indicating whether the resource is a platform or server.- Parameters:
resourceCategory
- string value
-
getDescription
Return the description of resource.- Returns:
- description
-
setDescription
Set the displayName of resource.- Parameters:
description
- string value
-
getPlatformRootURL
Return the platformRootURL of resource.- Returns:
- platformRootURL
-
setPlatformRootURL
Set the platformRootURL of resource.- Parameters:
platformRootURL
- string value
-
getServerName
Return the serverName of resource.- Returns:
- serverName
-
setServerName
Set the serverName of resource.- Parameters:
serverName
- string value
-
getServerInstanceName
Return the serverInstanceName of resource.- Returns:
- serverInstanceName
-
setServerInstanceName
Set the serverInstanceName of resource.- Parameters:
serverInstanceName
- string value
-
getPlatformName
Return the platformName of resource.- Returns:
- platformName
-
setPlatformName
Set the platformName of resource.- Parameters:
platformName
- string value
-
toString
Standard toString method. -
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-