public class GovernanceMetricImplementation extends GovernanceMetricElement
| Constructor and Description |
|---|
GovernanceMetricImplementation()
Default constructor
|
GovernanceMetricImplementation(GovernanceMetricElement template)
Copy/clone constructor
|
GovernanceMetricImplementation(GovernanceMetricImplementation template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Test the properties of the GovernanceMetricImplementation to determine if the supplied object is equal to this one.
|
List<ElementStub> |
getDataSetConnectionGUIDs()
Return the list of connection identifiers associated with the data set.
|
String |
getDataSetDisplayName()
Return the display name for the data set.
|
String |
getDataSetGUID()
Return the unique identifier of the data set where the measurements are stored.
|
String |
getDataSetQualifiedName()
Return the unique name for the data set.
|
String |
getDataSetType()
Return the type name of the data set.
|
String |
getImplementationDescription()
Return the description of how the data set supports the governance metric.
|
String |
getImplementationGUID()
Return the unique identifier of the relationship that links the governance metric to the measurement data set.
|
String |
getQuery()
Return the query to use on the data set.
|
int |
hashCode()
Just use the GUID for the hash code as it should be unique.
|
void |
setDataSetConnectionGUIDs(List<ElementStub> dataSetConnectionGUIDs)
Set up the list of connection identifiers associated with the data set.
|
void |
setDataSetDisplayName(String dataSetDisplayName)
Set up the display name for the data set.
|
void |
setDataSetGUID(String dataSetGUID)
Set up the unique identifier of the data set where the measurements are stored.
|
void |
setDataSetQualifiedName(String dataSetQualifiedName)
Set up the unique name for the data set.
|
void |
setDataSetType(String dataSetType)
Set up the type name for the data set.
|
void |
setImplementationDescription(String implementationDescription)
Set up the description of how the data set supports the governance metric.
|
void |
setImplementationGUID(String implementationGUID)
Set up the unique identifier of the relationship that links the governance metric to the measurement data set.
|
void |
setQuery(String query)
Set up the query to use on the data set.
|
String |
toString()
JSON-style toString
|
getElementHeader, getProperties, setElementHeader, setPropertiespublic GovernanceMetricImplementation()
public GovernanceMetricImplementation(GovernanceMetricImplementation template)
template - object to copypublic GovernanceMetricImplementation(GovernanceMetricElement template)
template - object to copypublic String getImplementationGUID()
public void setImplementationGUID(String implementationGUID)
implementationGUID - string guidpublic String getImplementationDescription()
public void setImplementationDescription(String implementationDescription)
implementationDescription - string descriptionpublic String getQuery()
public void setQuery(String query)
query - stringpublic String getDataSetGUID()
public void setDataSetGUID(String dataSetGUID)
dataSetGUID - string guidpublic String getDataSetType()
public void setDataSetType(String dataSetType)
dataSetType - string namepublic String getDataSetQualifiedName()
public void setDataSetQualifiedName(String dataSetQualifiedName)
dataSetQualifiedName - string namepublic String getDataSetDisplayName()
public void setDataSetDisplayName(String dataSetDisplayName)
dataSetDisplayName - string namepublic List<ElementStub> getDataSetConnectionGUIDs()
public void setDataSetConnectionGUIDs(List<ElementStub> dataSetConnectionGUIDs)
dataSetConnectionGUIDs - list of connection headerspublic String toString()
toString in class GovernanceMetricElementpublic boolean equals(Object objectToCompare)
equals in class GovernanceMetricElementobjectToCompare - objectpublic int hashCode()
hashCode in class GovernanceMetricElementCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.