public class QualityProblem extends Reference
quality_problem asset type in IGC, displayed as 'Quality Score Problem' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
column |
protected Number |
confidence |
protected InformationAsset |
dataQualityScore
Deprecated.
No longer applicable from 11.7.0.1sp1 onwards.
|
protected String |
details |
protected Number |
occurrences |
protected Number |
percentOccurrences |
protected InformationAsset |
problemType
Deprecated.
No longer applicable from 11.7.0.1sp1 onwards.
|
protected String |
qualityproblemtypedescription |
protected String |
qualityproblemtypename |
protected Number |
qualityscore |
| Constructor and Description |
|---|
QualityProblem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn()
Retrieve the
Column property (displayed as 'Column') of the object. |
Number |
getConfidence()
Retrieve the
confidence property (displayed as 'Confidence') of the object. |
InformationAsset |
getDataQualityScore()
Deprecated.
No longer applicable from 11.7.0.1sp1 onwards.
|
String |
getDetails()
Retrieve the
details property (displayed as 'Details') of the object. |
Number |
getOccurrences()
Retrieve the
occurrences property (displayed as 'Occurrences') of the object. |
Number |
getPercentOccurrences()
Retrieve the
percent_occurrences property (displayed as 'Percent Occurrences') of the object. |
InformationAsset |
getProblemType()
Deprecated.
No longer applicable from 11.7.0.1sp1 onwards.
|
String |
getQualityproblemtypedescription()
Retrieve the
QualityProblemTypeDescription property (displayed as 'Quality Problem Type Description') of the object. |
String |
getQualityproblemtypename()
Retrieve the
QualityProblemTypeName property (displayed as 'Quality Problem Type Name') of the object. |
Number |
getQualityscore()
Retrieve the
qualityScore property (displayed as 'Quality Score') of the object. |
void |
setColumn(String column)
Set the
Column property (displayed as Column) of the object. |
void |
setConfidence(Number confidence)
Set the
confidence property (displayed as Confidence) of the object. |
void |
setDataQualityScore(InformationAsset dataQualityScore)
Deprecated.
No longer applicable from 11.7.0.1sp1 onwards.
|
void |
setDetails(String details)
Set the
details property (displayed as Details) of the object. |
void |
setOccurrences(Number occurrences)
Set the
occurrences property (displayed as Occurrences) of the object. |
void |
setPercentOccurrences(Number percentOccurrences)
Set the
percent_occurrences property (displayed as Percent Occurrences) of the object. |
void |
setProblemType(InformationAsset problemType)
Deprecated.
No longer applicable from 11.7.0.1sp1 onwards.
|
void |
setQualityproblemtypedescription(String qualityproblemtypedescription)
Set the
QualityProblemTypeDescription property (displayed as Quality Problem Type Description) of the object. |
void |
setQualityproblemtypename(String qualityproblemtypename)
Set the
QualityProblemTypeName property (displayed as Quality Problem Type Name) of the object. |
void |
setQualityscore(Number qualityscore)
Set the
qualityScore property (displayed as Quality Score) of the object. |
areModificationDetailsPopulated, 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 String column
protected String qualityproblemtypedescription
protected String qualityproblemtypename
protected Number confidence
@Deprecated protected InformationAsset dataQualityScore
protected String details
protected Number occurrences
protected Number percentOccurrences
@Deprecated protected InformationAsset problemType
protected Number qualityscore
public String getColumn()
Column property (displayed as 'Column') of the object.Stringpublic void setColumn(String column)
Column property (displayed as Column) of the object.column - the value to setpublic String getQualityproblemtypedescription()
QualityProblemTypeDescription property (displayed as 'Quality Problem Type Description') of the object.Stringpublic void setQualityproblemtypedescription(String qualityproblemtypedescription)
QualityProblemTypeDescription property (displayed as Quality Problem Type Description) of the object.qualityproblemtypedescription - the value to setpublic String getQualityproblemtypename()
QualityProblemTypeName property (displayed as 'Quality Problem Type Name') of the object.Stringpublic void setQualityproblemtypename(String qualityproblemtypename)
QualityProblemTypeName property (displayed as Quality Problem Type Name) of the object.qualityproblemtypename - the value to setpublic Number getConfidence()
confidence property (displayed as 'Confidence') of the object.Numberpublic void setConfidence(Number confidence)
confidence property (displayed as Confidence) of the object.confidence - the value to set@Deprecated public InformationAsset getDataQualityScore()
data_quality_score property (displayed as 'Data Quality Score') of the object.InformationAsset@Deprecated public void setDataQualityScore(InformationAsset dataQualityScore)
data_quality_score property (displayed as Data Quality Score) of the object.dataQualityScore - the value to setpublic String getDetails()
details property (displayed as 'Details') of the object.Stringpublic void setDetails(String details)
details property (displayed as Details) of the object.details - the value to setpublic Number getOccurrences()
occurrences property (displayed as 'Occurrences') of the object.Numberpublic void setOccurrences(Number occurrences)
occurrences property (displayed as Occurrences) of the object.occurrences - the value to setpublic Number getPercentOccurrences()
percent_occurrences property (displayed as 'Percent Occurrences') of the object.Numberpublic void setPercentOccurrences(Number percentOccurrences)
percent_occurrences property (displayed as Percent Occurrences) of the object.percentOccurrences - the value to set@Deprecated public InformationAsset getProblemType()
problem_type property (displayed as 'Problem Type') of the object.InformationAsset@Deprecated public void setProblemType(InformationAsset problemType)
problem_type property (displayed as Problem Type) of the object.problemType - the value to setpublic Number getQualityscore()
qualityScore property (displayed as 'Quality Score') of the object.Numberpublic void setQualityscore(Number qualityscore)
qualityScore property (displayed as Quality Score) of the object.qualityscore - the value to setCopyright © 2018–2021 ODPi. All rights reserved.