public class Metric extends InformationAsset
metric asset type in IGC, displayed as 'Metric' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
benchmark |
protected ItemList<MainObject> |
dataPolicies |
protected ItemList<DataRuleResults> |
executionHistory |
protected String |
measure |
protected String |
project |
protected ItemList<MainObject> |
referencesDataRulesOrDataRuleSets |
protected String |
status
Valid values are:
CANDIDATE (displayed in the UI as 'CANDIDATE')
ACCEPTED (displayed in the UI as 'ACCEPTED')
STANDARD (displayed in the UI as 'STANDARD')
DEPRECATED (displayed in the UI as 'DEPRECATED')
DRAFT (displayed in the UI as 'DRAFT')
IN_PROCESS (displayed in the UI as 'IN_PROCESS')
REJECTED (displayed in the UI as 'REJECTED')
ERROR (displayed in the UI as 'ERROR')
|
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Metric() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBenchmark()
Retrieve the
benchmark property (displayed as 'Benchmark') of the object. |
ItemList<MainObject> |
getDataPolicies()
Retrieve the
data_policies property (displayed as 'Data Policies') of the object. |
ItemList<DataRuleResults> |
getExecutionHistory()
Retrieve the
execution_history property (displayed as 'Execution History') of the object. |
String |
getMeasure()
Retrieve the
measure property (displayed as 'Expression') of the object. |
String |
getProject()
Retrieve the
project property (displayed as 'Project') of the object. |
ItemList<MainObject> |
getReferencesDataRulesOrDataRuleSets()
Retrieve the
references_data_rules_or_data_rule_sets property (displayed as 'References Data Rules or Data Rule Sets') of the object. |
String |
getStatus()
Retrieve the
status property (displayed as 'Status') of the object. |
void |
setBenchmark(List<String> benchmark)
Set the
benchmark property (displayed as Benchmark) of the object. |
void |
setDataPolicies(ItemList<MainObject> dataPolicies)
Set the
data_policies property (displayed as Data Policies) of the object. |
void |
setExecutionHistory(ItemList<DataRuleResults> executionHistory)
Set the
execution_history property (displayed as Execution History) of the object. |
void |
setMeasure(String measure)
Set the
measure property (displayed as Expression) of the object. |
void |
setProject(String project)
Set the
project property (displayed as Project) of the object. |
void |
setReferencesDataRulesOrDataRuleSets(ItemList<MainObject> referencesDataRulesOrDataRuleSets)
Set the
references_data_rules_or_data_rule_sets property (displayed as References Data Rules or Data Rule Sets) of the object. |
void |
setStatus(String status)
Set the
status property (displayed as Status) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected ItemList<MainObject> dataPolicies
protected ItemList<DataRuleResults> executionHistory
protected String measure
protected String project
protected ItemList<MainObject> referencesDataRulesOrDataRuleSets
protected String status
public List<String> getBenchmark()
benchmark property (displayed as 'Benchmark') of the object.List<String>public void setBenchmark(List<String> benchmark)
benchmark property (displayed as Benchmark) of the object.benchmark - the value to setpublic ItemList<MainObject> getDataPolicies()
data_policies property (displayed as 'Data Policies') of the object.ItemList<MainObject>public void setDataPolicies(ItemList<MainObject> dataPolicies)
data_policies property (displayed as Data Policies) of the object.dataPolicies - the value to setpublic ItemList<DataRuleResults> getExecutionHistory()
execution_history property (displayed as 'Execution History') of the object.ItemList<DataRuleResults>public void setExecutionHistory(ItemList<DataRuleResults> executionHistory)
execution_history property (displayed as Execution History) of the object.executionHistory - the value to setpublic String getMeasure()
measure property (displayed as 'Expression') of the object.Stringpublic void setMeasure(String measure)
measure property (displayed as Expression) of the object.measure - the value to setpublic String getProject()
project property (displayed as 'Project') of the object.Stringpublic void setProject(String project)
project property (displayed as Project) of the object.project - the value to setpublic ItemList<MainObject> getReferencesDataRulesOrDataRuleSets()
references_data_rules_or_data_rule_sets property (displayed as 'References Data Rules or Data Rule Sets') of the object.ItemList<MainObject>public void setReferencesDataRulesOrDataRuleSets(ItemList<MainObject> referencesDataRulesOrDataRuleSets)
references_data_rules_or_data_rule_sets property (displayed as References Data Rules or Data Rule Sets) of the object.referencesDataRulesOrDataRuleSets - the value to setpublic String getStatus()
status property (displayed as 'Status') of the object.Stringpublic void setStatus(String status)
status property (displayed as Status) of the object.status - the value to setCopyright © 2018–2021 ODPi. All rights reserved.