Class PlatformConformanceWorkbenchConfig

java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.PlatformConformanceWorkbenchConfig
All Implemented Interfaces:
Serializable

public class PlatformConformanceWorkbenchConfig extends AdminServicesConfigHeader
PlatformConformanceWorkbenchConfig provides the config that drives the PlatformWorkbench within the Open Metadata Conformance Suite.
See Also:
  • Constructor Details

    • PlatformConformanceWorkbenchConfig

      public PlatformConformanceWorkbenchConfig()
      Default constructor does nothing.
    • PlatformConformanceWorkbenchConfig

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

    • getTutPlatformURLRoot

      public String getTutPlatformURLRoot()
      Return the URL root of the platform that the platform workbench is to test.
      Returns:
      URL root
    • setTutPlatformURLRoot

      public void setTutPlatformURLRoot(String tutPlatformURLRoot)
      Set up the URL root of the platform that the platform workbench is to test.
      Parameters:
      tutPlatformURLRoot - URL root
    • 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