public class GovernanceMetricElement extends Object implements Serializable, MetadataElement
| Constructor and Description |
|---|
GovernanceMetricElement()
Default constructor
|
GovernanceMetricElement(GovernanceMetricElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
GovernanceMetricProperties |
getProperties()
Return the properties of the governance metric.
|
int |
hashCode()
Return hash code for this object
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setProperties(GovernanceMetricProperties properties)
Set up the properties of the governance metric.
|
String |
toString()
JSON-style toString
|
public GovernanceMetricElement()
public GovernanceMetricElement(GovernanceMetricElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic GovernanceMetricProperties getProperties()
public void setProperties(GovernanceMetricProperties properties)
properties - properties beanpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.