public class ColumnAnalysisSummary extends Reference
column_analysis_summary asset type in IGC, displayed as 'Column Analysis Summary' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowNullValues |
protected DataItem |
analyzedColumn |
protected ItemList<Term> |
assignedToTerms |
protected String |
averageLength |
protected Boolean |
constant |
protected String |
domainType |
protected String |
inferredDataType
Valid values are:
INT8 (displayed in the UI as 'INT8')
INT16 (displayed in the UI as 'INT16')
INT32 (displayed in the UI as 'INT32')
INT64 (displayed in the UI as 'INT64')
SFLOAT (displayed in the UI as 'SFLOAT')
DFLOAT (displayed in the UI as 'DFLOAT')
QFLOAT (displayed in the UI as 'QFLOAT')
DECIMAL (displayed in the UI as 'DECIMAL')
STRING (displayed in the UI as 'STRING')
BINARY (displayed in the UI as 'BINARY')
BOOLEAN (displayed in the UI as 'BOOLEAN')
DATE (displayed in the UI as 'DATE')
TIME (displayed in the UI as 'TIME')
DATETIME (displayed in the UI as 'DATETIME')
DURATION (displayed in the UI as 'DURATION')
CHOICE (displayed in the UI as 'CHOICE')
ORDERED_GROUP (displayed in the UI as 'ORDERED_GROUP')
UNORDERED_GROUP (displayed in the UI as 'UNORDERED_GROUP')
GUID (displayed in the UI as 'GUID')
UNKNOWN (displayed in the UI as 'UNKNOWN')
JSON (displayed in the UI as 'JSON')
XML (displayed in the UI as 'XML')
|
protected String |
inferredFormat |
protected Number |
inferredLength |
protected Number |
inferredPrecision |
protected Number |
inferredScale |
protected String |
longDescription |
protected String |
longestLength |
protected String |
mask |
protected String |
nativeId |
protected Number |
numberOfCompleteValues |
protected Number |
numberOfDistinctFormats |
protected Number |
numberOfDistinctPatterns |
protected Number |
numberOfDistinctValues |
protected Number |
numberOfEmptyValues |
protected Number |
numberOfNullValues |
protected Number |
numberOfValidValues |
protected Number |
numberValues |
protected String |
projectName |
protected Steward |
promotedByPrincipal |
protected Boolean |
requireUniqueValues |
protected Date |
reviewDate |
protected Steward |
reviewedByPrincipal |
protected String |
shortDescription |
protected String |
shortestLength |
protected String |
shortLongDescription |
protected ItemList<Steward> |
steward |
| Constructor and Description |
|---|
ColumnAnalysisSummary() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowNullValues()
Retrieve the
allow_null_values property (displayed as 'Allow Null Values') of the object. |
DataItem |
getAnalyzedColumn()
Retrieve the
analyzed_column property (displayed as 'Analyzed Column') of the object. |
ItemList<Term> |
getAssignedToTerms()
Retrieve the
assigned_to_terms property (displayed as 'Assigned to Terms') of the object. |
String |
getAverageLength()
Retrieve the
average_length property (displayed as 'Average Length') of the object. |
Boolean |
getConstant()
Retrieve the
constant property (displayed as 'Constant') of the object. |
String |
getDomainType()
Retrieve the
domain_type property (displayed as 'Domain Type') of the object. |
String |
getInferredDataType()
Retrieve the
inferred_data_type property (displayed as 'Inferred Data Type') of the object. |
String |
getInferredFormat()
Retrieve the
inferred_format property (displayed as 'Inferred Format') of the object. |
Number |
getInferredLength()
Retrieve the
inferred_length property (displayed as 'Inferred Length') of the object. |
Number |
getInferredPrecision()
Retrieve the
inferred_precision property (displayed as 'Inferred Precision') of the object. |
Number |
getInferredScale()
Retrieve the
inferred_scale property (displayed as 'Inferred Scale') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getLongestLength()
Retrieve the
longest_length property (displayed as 'Longest Length') of the object. |
String |
getMask()
Retrieve the
mask property (displayed as 'Mask') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
Number |
getNumberOfCompleteValues()
Retrieve the
number_of_complete_values property (displayed as 'Number of Complete Values') of the object. |
Number |
getNumberOfDistinctFormats()
Retrieve the
number_of_distinct_formats property (displayed as 'Number of Distinct Formats') of the object. |
Number |
getNumberOfDistinctPatterns()
Retrieve the
number_of_distinct_patterns property (displayed as 'Number of Distinct Patterns') of the object. |
Number |
getNumberOfDistinctValues()
Retrieve the
number_of_distinct_values property (displayed as 'Number of Distinct Values') of the object. |
Number |
getNumberOfEmptyValues()
Retrieve the
number_of_empty_values property (displayed as 'Number of Empty Values') of the object. |
Number |
getNumberOfNullValues()
Retrieve the
number_of_null_values property (displayed as 'Number of Null Values') of the object. |
Number |
getNumberOfValidValues()
Retrieve the
number_of_valid_values property (displayed as 'Number of Valid Values') of the object. |
Number |
getNumberValues()
Retrieve the
number_values property (displayed as 'Number Values') of the object. |
String |
getProjectName()
Retrieve the
project_name property (displayed as 'Project Name') of the object. |
Steward |
getPromotedByPrincipal()
Retrieve the
promoted_by_principal property (displayed as 'Promoted By Principal') of the object. |
Boolean |
getRequireUniqueValues()
Retrieve the
require_unique_values property (displayed as 'Require Unique Values') of the object. |
Date |
getReviewDate()
Retrieve the
review_date property (displayed as 'Review Date') of the object. |
Steward |
getReviewedByPrincipal()
Retrieve the
reviewed_by_principal property (displayed as 'Reviewed By Principal') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getShortestLength()
Retrieve the
shortest_length property (displayed as 'Shortest Length') of the object. |
String |
getShortLongDescription()
Retrieve the
short_&_long_description property (displayed as 'Short & Long Description') of the object. |
ItemList<Steward> |
getSteward()
Retrieve the
steward property (displayed as 'Steward') of the object. |
void |
setAllowNullValues(Boolean allowNullValues)
Set the
allow_null_values property (displayed as Allow Null Values) of the object. |
void |
setAnalyzedColumn(DataItem analyzedColumn)
Set the
analyzed_column property (displayed as Analyzed Column) of the object. |
void |
setAssignedToTerms(ItemList<Term> assignedToTerms)
Set the
assigned_to_terms property (displayed as Assigned to Terms) of the object. |
void |
setAverageLength(String averageLength)
Set the
average_length property (displayed as Average Length) of the object. |
void |
setConstant(Boolean constant)
Set the
constant property (displayed as Constant) of the object. |
void |
setDomainType(String domainType)
Set the
domain_type property (displayed as Domain Type) of the object. |
void |
setInferredDataType(String inferredDataType)
Set the
inferred_data_type property (displayed as Inferred Data Type) of the object. |
void |
setInferredFormat(String inferredFormat)
Set the
inferred_format property (displayed as Inferred Format) of the object. |
void |
setInferredLength(Number inferredLength)
Set the
inferred_length property (displayed as Inferred Length) of the object. |
void |
setInferredPrecision(Number inferredPrecision)
Set the
inferred_precision property (displayed as Inferred Precision) of the object. |
void |
setInferredScale(Number inferredScale)
Set the
inferred_scale property (displayed as Inferred Scale) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setLongestLength(String longestLength)
Set the
longest_length property (displayed as Longest Length) of the object. |
void |
setMask(String mask)
Set the
mask property (displayed as Mask) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setNumberOfCompleteValues(Number numberOfCompleteValues)
Set the
number_of_complete_values property (displayed as Number of Complete Values) of the object. |
void |
setNumberOfDistinctFormats(Number numberOfDistinctFormats)
Set the
number_of_distinct_formats property (displayed as Number of Distinct Formats) of the object. |
void |
setNumberOfDistinctPatterns(Number numberOfDistinctPatterns)
Set the
number_of_distinct_patterns property (displayed as Number of Distinct Patterns) of the object. |
void |
setNumberOfDistinctValues(Number numberOfDistinctValues)
Set the
number_of_distinct_values property (displayed as Number of Distinct Values) of the object. |
void |
setNumberOfEmptyValues(Number numberOfEmptyValues)
Set the
number_of_empty_values property (displayed as Number of Empty Values) of the object. |
void |
setNumberOfNullValues(Number numberOfNullValues)
Set the
number_of_null_values property (displayed as Number of Null Values) of the object. |
void |
setNumberOfValidValues(Number numberOfValidValues)
Set the
number_of_valid_values property (displayed as Number of Valid Values) of the object. |
void |
setNumberValues(Number numberValues)
Set the
number_values property (displayed as Number Values) of the object. |
void |
setProjectName(String projectName)
Set the
project_name property (displayed as Project Name) of the object. |
void |
setPromotedByPrincipal(Steward promotedByPrincipal)
Set the
promoted_by_principal property (displayed as Promoted By Principal) of the object. |
void |
setRequireUniqueValues(Boolean requireUniqueValues)
Set the
require_unique_values property (displayed as Require Unique Values) of the object. |
void |
setReviewDate(Date reviewDate)
Set the
review_date property (displayed as Review Date) of the object. |
void |
setReviewedByPrincipal(Steward reviewedByPrincipal)
Set the
reviewed_by_principal property (displayed as Reviewed By Principal) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setShortestLength(String shortestLength)
Set the
shortest_length property (displayed as Shortest Length) of the object. |
void |
setShortLongDescription(String shortLongDescription)
Set the
short_&_long_description property (displayed as Short & Long Description) of the object. |
void |
setSteward(ItemList<Steward> steward)
Set the
steward property (displayed as Steward) 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 Boolean allowNullValues
protected DataItem analyzedColumn
protected String averageLength
protected Boolean constant
protected String domainType
protected String inferredDataType
protected String inferredFormat
protected Number inferredLength
protected Number inferredPrecision
protected Number inferredScale
protected String longDescription
protected String longestLength
protected String mask
protected String nativeId
protected Number numberOfCompleteValues
protected Number numberOfDistinctFormats
protected Number numberOfDistinctPatterns
protected Number numberOfDistinctValues
protected Number numberOfEmptyValues
protected Number numberOfNullValues
protected Number numberOfValidValues
protected Number numberValues
protected String projectName
protected Steward promotedByPrincipal
protected Boolean requireUniqueValues
protected Date reviewDate
protected Steward reviewedByPrincipal
protected String shortLongDescription
protected String shortDescription
protected String shortestLength
public Boolean getAllowNullValues()
allow_null_values property (displayed as 'Allow Null Values') of the object.Booleanpublic void setAllowNullValues(Boolean allowNullValues)
allow_null_values property (displayed as Allow Null Values) of the object.allowNullValues - the value to setpublic DataItem getAnalyzedColumn()
analyzed_column property (displayed as 'Analyzed Column') of the object.DataItempublic void setAnalyzedColumn(DataItem analyzedColumn)
analyzed_column property (displayed as Analyzed Column) of the object.analyzedColumn - the value to setpublic ItemList<Term> getAssignedToTerms()
assigned_to_terms property (displayed as 'Assigned to Terms') of the object.ItemList<Term>public void setAssignedToTerms(ItemList<Term> assignedToTerms)
assigned_to_terms property (displayed as Assigned to Terms) of the object.assignedToTerms - the value to setpublic String getAverageLength()
average_length property (displayed as 'Average Length') of the object.Stringpublic void setAverageLength(String averageLength)
average_length property (displayed as Average Length) of the object.averageLength - the value to setpublic Boolean getConstant()
constant property (displayed as 'Constant') of the object.Booleanpublic void setConstant(Boolean constant)
constant property (displayed as Constant) of the object.constant - the value to setpublic String getDomainType()
domain_type property (displayed as 'Domain Type') of the object.Stringpublic void setDomainType(String domainType)
domain_type property (displayed as Domain Type) of the object.domainType - the value to setpublic String getInferredDataType()
inferred_data_type property (displayed as 'Inferred Data Type') of the object.Stringpublic void setInferredDataType(String inferredDataType)
inferred_data_type property (displayed as Inferred Data Type) of the object.inferredDataType - the value to setpublic String getInferredFormat()
inferred_format property (displayed as 'Inferred Format') of the object.Stringpublic void setInferredFormat(String inferredFormat)
inferred_format property (displayed as Inferred Format) of the object.inferredFormat - the value to setpublic Number getInferredLength()
inferred_length property (displayed as 'Inferred Length') of the object.Numberpublic void setInferredLength(Number inferredLength)
inferred_length property (displayed as Inferred Length) of the object.inferredLength - the value to setpublic Number getInferredPrecision()
inferred_precision property (displayed as 'Inferred Precision') of the object.Numberpublic void setInferredPrecision(Number inferredPrecision)
inferred_precision property (displayed as Inferred Precision) of the object.inferredPrecision - the value to setpublic Number getInferredScale()
inferred_scale property (displayed as 'Inferred Scale') of the object.Numberpublic void setInferredScale(Number inferredScale)
inferred_scale property (displayed as Inferred Scale) of the object.inferredScale - the value to setpublic String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - the value to setpublic String getLongestLength()
longest_length property (displayed as 'Longest Length') of the object.Stringpublic void setLongestLength(String longestLength)
longest_length property (displayed as Longest Length) of the object.longestLength - the value to setpublic String getMask()
mask property (displayed as 'Mask') of the object.Stringpublic void setMask(String mask)
mask property (displayed as Mask) of the object.mask - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic Number getNumberOfCompleteValues()
number_of_complete_values property (displayed as 'Number of Complete Values') of the object.Numberpublic void setNumberOfCompleteValues(Number numberOfCompleteValues)
number_of_complete_values property (displayed as Number of Complete Values) of the object.numberOfCompleteValues - the value to setpublic Number getNumberOfDistinctFormats()
number_of_distinct_formats property (displayed as 'Number of Distinct Formats') of the object.Numberpublic void setNumberOfDistinctFormats(Number numberOfDistinctFormats)
number_of_distinct_formats property (displayed as Number of Distinct Formats) of the object.numberOfDistinctFormats - the value to setpublic Number getNumberOfDistinctPatterns()
number_of_distinct_patterns property (displayed as 'Number of Distinct Patterns') of the object.Numberpublic void setNumberOfDistinctPatterns(Number numberOfDistinctPatterns)
number_of_distinct_patterns property (displayed as Number of Distinct Patterns) of the object.numberOfDistinctPatterns - the value to setpublic Number getNumberOfDistinctValues()
number_of_distinct_values property (displayed as 'Number of Distinct Values') of the object.Numberpublic void setNumberOfDistinctValues(Number numberOfDistinctValues)
number_of_distinct_values property (displayed as Number of Distinct Values) of the object.numberOfDistinctValues - the value to setpublic Number getNumberOfEmptyValues()
number_of_empty_values property (displayed as 'Number of Empty Values') of the object.Numberpublic void setNumberOfEmptyValues(Number numberOfEmptyValues)
number_of_empty_values property (displayed as Number of Empty Values) of the object.numberOfEmptyValues - the value to setpublic Number getNumberOfNullValues()
number_of_null_values property (displayed as 'Number of Null Values') of the object.Numberpublic void setNumberOfNullValues(Number numberOfNullValues)
number_of_null_values property (displayed as Number of Null Values) of the object.numberOfNullValues - the value to setpublic Number getNumberOfValidValues()
number_of_valid_values property (displayed as 'Number of Valid Values') of the object.Numberpublic void setNumberOfValidValues(Number numberOfValidValues)
number_of_valid_values property (displayed as Number of Valid Values) of the object.numberOfValidValues - the value to setpublic Number getNumberValues()
number_values property (displayed as 'Number Values') of the object.Numberpublic void setNumberValues(Number numberValues)
number_values property (displayed as Number Values) of the object.numberValues - the value to setpublic String getProjectName()
project_name property (displayed as 'Project Name') of the object.Stringpublic void setProjectName(String projectName)
project_name property (displayed as Project Name) of the object.projectName - the value to setpublic Steward getPromotedByPrincipal()
promoted_by_principal property (displayed as 'Promoted By Principal') of the object.Stewardpublic void setPromotedByPrincipal(Steward promotedByPrincipal)
promoted_by_principal property (displayed as Promoted By Principal) of the object.promotedByPrincipal - the value to setpublic Boolean getRequireUniqueValues()
require_unique_values property (displayed as 'Require Unique Values') of the object.Booleanpublic void setRequireUniqueValues(Boolean requireUniqueValues)
require_unique_values property (displayed as Require Unique Values) of the object.requireUniqueValues - the value to setpublic Date getReviewDate()
review_date property (displayed as 'Review Date') of the object.Datepublic void setReviewDate(Date reviewDate)
review_date property (displayed as Review Date) of the object.reviewDate - the value to setpublic Steward getReviewedByPrincipal()
reviewed_by_principal property (displayed as 'Reviewed By Principal') of the object.Stewardpublic void setReviewedByPrincipal(Steward reviewedByPrincipal)
reviewed_by_principal property (displayed as Reviewed By Principal) of the object.reviewedByPrincipal - the value to setpublic String getShortLongDescription()
short_&_long_description property (displayed as 'Short & Long Description') of the object.Stringpublic void setShortLongDescription(String shortLongDescription)
short_&_long_description property (displayed as Short & Long Description) of the object.shortLongDescription - the value to setpublic String getShortDescription()
short_description property (displayed as 'Short Description') of the object.Stringpublic void setShortDescription(String shortDescription)
short_description property (displayed as Short Description) of the object.shortDescription - the value to setpublic String getShortestLength()
shortest_length property (displayed as 'Shortest Length') of the object.Stringpublic void setShortestLength(String shortestLength)
shortest_length property (displayed as Shortest Length) of the object.shortestLength - the value to setpublic ItemList<Steward> getSteward()
steward property (displayed as 'Steward') of the object.ItemList<Steward>Copyright © 2018–2021 ODPi. All rights reserved.