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:
  • Constructor Details

    • ResourceEndpointConfig

      public ResourceEndpointConfig()
      Default constructor
    • ResourceEndpointConfig

      public ResourceEndpointConfig(ResourceEndpointConfig template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • 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 - string value
    • getDescription

      public String getDescription()
      Return the description of resource.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Set the displayName of resource.
      Parameters:
      description - string value
    • getPlatformRootURL

      public String getPlatformRootURL()
      Return the platformRootURL of resource.
      Returns:
      platformRootURL
    • setPlatformRootURL

      public void setPlatformRootURL(String platformRootURL)
      Set the platformRootURL of resource.
      Parameters:
      platformRootURL - string value
    • getServerName

      public String getServerName()
      Return the serverName of resource.
      Returns:
      serverName
    • setServerName

      public void setServerName(String serverName)
      Set the serverName of resource.
      Parameters:
      serverName - string value
    • getServerInstanceName

      public String getServerInstanceName()
      Return the serverInstanceName of resource.
      Returns:
      serverInstanceName
    • setServerInstanceName

      public void setServerInstanceName(String serverInstanceName)
      Set the serverInstanceName of resource.
      Parameters:
      serverInstanceName - string value
    • getPlatformName

      public String getPlatformName()
      Return the platformName of resource.
      Returns:
      platformName
    • setPlatformName

      public void setPlatformName(String platformName)
      Set the platformName of resource.
      Parameters:
      platformName - string value
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      JSON style description of variables.
    • equals

      public boolean equals(Object objectToCompare)
      Validate that an object is equal depending on their stored values.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object
      Returns:
      boolean result
    • hashCode

      public int hashCode()
      Return a hash code based on the values of this object.
      Overrides:
      hashCode in class Object
      Returns:
      in hash code