Class PlatformConformanceWorkbenchConfig
- java.lang.Object
-
- org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
-
- org.odpi.openmetadata.adminservices.configuration.properties.PlatformConformanceWorkbenchConfig
-
- All Implemented Interfaces:
java.io.Serializable
public class PlatformConformanceWorkbenchConfig extends AdminServicesConfigHeader
PlatformConformanceWorkbenchConfig provides the config that drives the PlatformWorkbench within the Open Metadata Conformance Suite.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformConformanceWorkbenchConfig()
Default constructor does nothing.PlatformConformanceWorkbenchConfig(PlatformConformanceWorkbenchConfig template)
Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object objectToCompare)
Validate that an object is equal depending on their stored values.java.lang.String
getTutPlatformURLRoot()
Return the URL root of the platform that the platform workbench is to test.int
hashCode()
Return a hash code based on the values of this object.void
setTutPlatformURLRoot(java.lang.String tutPlatformURLRoot)
Set up the URL root of the platform that the platform workbench is to test.java.lang.String
toString()
Standard toString method.
-
-
-
Constructor Detail
-
PlatformConformanceWorkbenchConfig
public PlatformConformanceWorkbenchConfig()
Default constructor does nothing.
-
PlatformConformanceWorkbenchConfig
public PlatformConformanceWorkbenchConfig(PlatformConformanceWorkbenchConfig template)
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Detail
-
getTutPlatformURLRoot
public java.lang.String getTutPlatformURLRoot()
Return the URL root of the platform that the platform workbench is to test.- Returns:
- URL root
-
setTutPlatformURLRoot
public void setTutPlatformURLRoot(java.lang.String tutPlatformURLRoot)
Set up the URL root of the platform that the platform workbench is to test.- Parameters:
tutPlatformURLRoot
- URL root
-
toString
public java.lang.String toString()
Standard toString method.- Overrides:
toString
in classjava.lang.Object
- Returns:
- JSON style description of variables.
-
equals
public boolean equals(java.lang.Object objectToCompare)
Validate that an object is equal depending on their stored values.- Overrides:
equals
in classjava.lang.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 classjava.lang.Object
- Returns:
- in hash code
-
-