public class GovernanceMetric extends Object implements Serializable
| Constructor and Description |
|---|
GovernanceMetric()
Default constructor
|
GovernanceMetric(GovernanceMetric template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
Map<String,Object> |
getAdditionalProperties()
Return a copy of the additional properties.
|
List<String> |
getClassifications()
Return the list of classifications associated with the governance metric.
|
String |
getDescription()
Return the description of this governance metric.
|
String |
getDisplayName()
Return the display name of this governance metric.
|
String |
getGUID()
Return the unique identifier for the governance metric.
|
String |
getMeasurement()
Return the description of the measurements needed to support this metric.
|
String |
getQualifiedName()
Returns the fully qualified name.
|
String |
getTarget()
Return the description of the targets that the organization is aiming to achieve.
|
int |
hashCode()
Uses the guid to create a hashcode.
|
void |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set up additional properties.
|
void |
setClassifications(List<String> classifications)
Set up the classifications associated with the governance metric.
|
void |
setDescription(String description)
Set up the description of this governance metric.
|
void |
setDisplayName(String displayName)
Set up the display name of this governance metric.
|
void |
setGUID(String guid)
Set up the unique identifier for the governance metric.
|
void |
setMeasurement(String measurement)
Set up the description of the measurements needed to support this metric.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
void |
setTarget(String target)
Set up the description of the targets that the organization is aiming to achieve.
|
String |
toString()
Standard toString method.
|
public GovernanceMetric()
public GovernanceMetric(GovernanceMetric template)
template - element to copypublic String getGUID()
public void setGUID(String guid)
guid - String unique identifierpublic List<String> getClassifications()
public void setClassifications(List<String> classifications)
classifications - list of classificationspublic void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getQualifiedName()
public String getDisplayName()
public void setDisplayName(String displayName)
displayName - - string namepublic String getDescription()
public void setDescription(String description)
description - textpublic String getMeasurement()
public void setMeasurement(String measurement)
measurement - String measurement descriptionpublic String getTarget()
public void setTarget(String target)
target - String target descriptionpublic void setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,Object> getAdditionalProperties()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.