Class ResourceEndpointConfig
- java.lang.Object
-
- org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
-
- org.odpi.openmetadata.adminservices.configuration.properties.ResourceEndpointConfig
-
- All Implemented Interfaces:
Serializable
public class ResourceEndpointConfig extends AdminServicesConfigHeader
ResourceEndpointConfig defines the properties of a resource endpoint that an integration view service can connect to.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceEndpointConfig()Default constructorResourceEndpointConfig(ResourceEndpointConfig template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Validate that an object is equal depending on their stored values.StringgetDescription()Return the description of resource.StringgetPlatformName()Return the platformName of resource.StringgetPlatformRootURL()Return the platformRootURL of resource.StringgetResourceCategory()Return the category of resource - indicating whether the resource is a platform or server.StringgetServerInstanceName()Return the serverInstanceName of resource.StringgetServerName()Return the serverName of resource.inthashCode()Return a hash code based on the values of this object.voidsetDescription(String description)Set the displayName of resource.voidsetPlatformName(String platformName)Set the platformName of resource.voidsetPlatformRootURL(String platformRootURL)Set the platformRootURL of resource.voidsetResourceCategory(String resourceCategory)Set the category of resource - indicating whether the resource is a platform or server.voidsetServerInstanceName(String serverInstanceName)Set the serverInstanceName of resource.voidsetServerName(String serverName)Set the serverName of resource.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
ResourceEndpointConfig
public ResourceEndpointConfig()
Default constructor
-
ResourceEndpointConfig
public ResourceEndpointConfig(ResourceEndpointConfig template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getResourceCategory
public String getResourceCategory()
Return the category of resource - indicating whether the resource is a platform or server.- Returns:
- resourceCategory
-
setResourceCategory
public void setResourceCategory(String resourceCategory)
Set the category of resource - indicating whether the resource is a platform or server.- Parameters:
resourceCategory-
-
getDescription
public String getDescription()
Return the description of resource.- Returns:
- description
-
setDescription
public void setDescription(String description)
Set the displayName of resource.- Parameters:
description-
-
getPlatformRootURL
public String getPlatformRootURL()
Return the platformRootURL of resource.- Returns:
- platformRootURL
-
setPlatformRootURL
public void setPlatformRootURL(String platformRootURL)
Set the platformRootURL of resource.- Parameters:
platformRootURL-
-
getServerName
public String getServerName()
Return the serverName of resource.- Returns:
- serverName
-
setServerName
public void setServerName(String serverName)
Set the serverName of resource.- Parameters:
serverName-
-
getServerInstanceName
public String getServerInstanceName()
Return the serverInstanceName of resource.- Returns:
- serverInstanceName
-
setServerInstanceName
public void setServerInstanceName(String serverInstanceName)
Set the serverInstanceName of resource.- Parameters:
serverInstanceName-
-
getPlatformName
public String getPlatformName()
Return the platformName of resource.- Returns:
- platformName
-
setPlatformName
public void setPlatformName(String platformName)
Set the platformName of resource.- Parameters:
platformName-
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
-
-