public class FieldAnalysis extends Reference
field_analysis asset type in IGC, displayed as 'Field Analysis' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
averageValue |
protected ItemList<Classification> |
classification |
protected DataFileField |
dataFileField |
protected String |
domain |
protected Boolean |
includeConstantValues |
protected Boolean |
includeNullValues |
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 Boolean |
inferredForeignKey |
protected String |
inferredFormat |
protected Number |
inferredLength |
protected Number |
inferredPrecision |
protected Boolean |
inferredPrimaryKey |
protected Number |
inferredScale |
protected String |
name |
protected String |
nativeId |
protected Number |
nbRecordsTested |
protected Number |
numberOfCompleteValues |
protected Number |
numberOfDistinctFormats |
protected Number |
numberOfDistinctValues |
protected Number |
numberOfEmptyValues |
protected Number |
numberOfNullValues |
protected Number |
numberOfValidValues |
protected Number |
numberOfZeroValues |
protected String |
project |
protected Number |
qualityScore
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
protected String |
qualityScorePercent |
protected ItemList<QualityProblem> |
qualityScoreProblems |
protected Boolean |
requireUniqueValues |
protected Boolean |
selectedForeignKey |
protected ItemList<DatabaseColumn> |
selectedForeignKeyReferenced |
protected ItemList<DatabaseColumn> |
selectedForeignKeyReferences |
protected Boolean |
selectedNaturalKey |
protected Boolean |
selectedPrimaryKey |
protected MainObject |
tableAnalysis |
protected List<String> |
validationProperties |
protected List<String> |
validationType |
| Constructor and Description |
|---|
FieldAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAverageValue()
Retrieve the
average_value property (displayed as 'Average Value') of the object. |
ItemList<Classification> |
getClassification()
Retrieve the
classification property (displayed as 'Detected Data Classifications') of the object. |
DataFileField |
getDataFileField()
Retrieve the
data_file_field property (displayed as 'Data File Field') of the object. |
String |
getDomain()
Retrieve the
domain property (displayed as 'Domain') of the object. |
Boolean |
getIncludeConstantValues()
Retrieve the
include_constant_values property (displayed as 'Include Constant Values') of the object. |
Boolean |
getIncludeNullValues()
Retrieve the
include_null_values property (displayed as 'Include Null Values') of the object. |
String |
getInferredDataType()
Retrieve the
inferred_data_type property (displayed as 'Inferred Data Type') of the object. |
Boolean |
getInferredForeignKey()
Retrieve the
inferred_foreign_key property (displayed as 'Inferred Foreign Key') 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. |
Boolean |
getInferredPrimaryKey()
Retrieve the
inferred_primary_key property (displayed as 'Inferred Primary Key') of the object. |
Number |
getInferredScale()
Retrieve the
inferred_scale property (displayed as 'Inferred Scale') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
Number |
getNbRecordsTested()
Retrieve the
nb_records_tested property (displayed as 'Number of Records Tested') 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 |
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 |
getNumberOfZeroValues()
Retrieve the
number_of_zero_values property (displayed as 'Number of Zero Values') of the object. |
String |
getProject()
Retrieve the
project property (displayed as 'Project') of the object. |
Number |
getQualityScore()
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
String |
getQualityScorePercent()
Retrieve the
quality_score_percent property (displayed as 'Quality Score') of the object. |
ItemList<QualityProblem> |
getQualityScoreProblems()
Retrieve the
quality_score_problems property (displayed as 'Quality Score Problems') of the object. |
Boolean |
getRequireUniqueValues()
Retrieve the
require_unique_values property (displayed as 'Require Unique Values') of the object. |
Boolean |
getSelectedForeignKey()
Retrieve the
selected_foreign_key property (displayed as 'User Selected Foreign Key') of the object. |
ItemList<DatabaseColumn> |
getSelectedForeignKeyReferenced()
Retrieve the
selected_foreign_key_referenced property (displayed as 'User Selected Foreign Key Referenced') of the object. |
ItemList<DatabaseColumn> |
getSelectedForeignKeyReferences()
Retrieve the
selected_foreign_key_references property (displayed as 'User Selected Foreign Key References') of the object. |
Boolean |
getSelectedNaturalKey()
Retrieve the
selected_natural_key property (displayed as 'User Selected Natural Key') of the object. |
Boolean |
getSelectedPrimaryKey()
Retrieve the
selected_primary_key property (displayed as 'User Selected Primary Key') of the object. |
MainObject |
getTableAnalysis()
Retrieve the
table_analysis property (displayed as 'Table Analysis') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
List<String> |
getValidationProperties()
Retrieve the
validation_properties property (displayed as 'Validation Properties') of the object. |
List<String> |
getValidationType()
Retrieve the
validation_type property (displayed as 'Validation Type') of the object. |
void |
setAverageValue(String averageValue)
Set the
average_value property (displayed as Average Value) of the object. |
void |
setClassification(ItemList<Classification> classification)
Set the
classification property (displayed as Detected Data Classifications) of the object. |
void |
setDataFileField(DataFileField dataFileField)
Set the
data_file_field property (displayed as Data File Field) of the object. |
void |
setDomain(String domain)
Set the
domain property (displayed as Domain) of the object. |
void |
setIncludeConstantValues(Boolean includeConstantValues)
Set the
include_constant_values property (displayed as Include Constant Values) of the object. |
void |
setIncludeNullValues(Boolean includeNullValues)
Set the
include_null_values property (displayed as Include Null Values) of the object. |
void |
setInferredDataType(String inferredDataType)
Set the
inferred_data_type property (displayed as Inferred Data Type) of the object. |
void |
setInferredForeignKey(Boolean inferredForeignKey)
Set the
inferred_foreign_key property (displayed as Inferred Foreign Key) 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 |
setInferredPrimaryKey(Boolean inferredPrimaryKey)
Set the
inferred_primary_key property (displayed as Inferred Primary Key) of the object. |
void |
setInferredScale(Number inferredScale)
Set the
inferred_scale property (displayed as Inferred Scale) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setNbRecordsTested(Number nbRecordsTested)
Set the
nb_records_tested property (displayed as Number of Records Tested) 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 |
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 |
setNumberOfZeroValues(Number numberOfZeroValues)
Set the
number_of_zero_values property (displayed as Number of Zero Values) of the object. |
void |
setProject(String project)
Set the
project property (displayed as Project) of the object. |
void |
setQualityScore(Number qualityScore)
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
void |
setQualityScorePercent(String qualityScorePercent)
Set the
quality_score_percent property (displayed as Quality Score) of the object. |
void |
setQualityScoreProblems(ItemList<QualityProblem> qualityScoreProblems)
Set the
quality_score_problems property (displayed as Quality Score Problems) of the object. |
void |
setRequireUniqueValues(Boolean requireUniqueValues)
Set the
require_unique_values property (displayed as Require Unique Values) of the object. |
void |
setSelectedForeignKey(Boolean selectedForeignKey)
Set the
selected_foreign_key property (displayed as User Selected Foreign Key) of the object. |
void |
setSelectedForeignKeyReferenced(ItemList<DatabaseColumn> selectedForeignKeyReferenced)
Set the
selected_foreign_key_referenced property (displayed as User Selected Foreign Key Referenced) of the object. |
void |
setSelectedForeignKeyReferences(ItemList<DatabaseColumn> selectedForeignKeyReferences)
Set the
selected_foreign_key_references property (displayed as User Selected Foreign Key References) of the object. |
void |
setSelectedNaturalKey(Boolean selectedNaturalKey)
Set the
selected_natural_key property (displayed as User Selected Natural Key) of the object. |
void |
setSelectedPrimaryKey(Boolean selectedPrimaryKey)
Set the
selected_primary_key property (displayed as User Selected Primary Key) of the object. |
void |
setTableAnalysis(MainObject tableAnalysis)
Set the
table_analysis property (displayed as Table Analysis) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setValidationProperties(List<String> validationProperties)
Set the
validation_properties property (displayed as Validation Properties) of the object. |
void |
setValidationType(List<String> validationType)
Set the
validation_type property (displayed as Validation Type) 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 averageValue
protected ItemList<Classification> classification
protected DataFileField dataFileField
protected String domain
protected Boolean includeConstantValues
protected Boolean includeNullValues
protected String inferredDataType
protected Boolean inferredForeignKey
protected String inferredFormat
protected Number inferredLength
protected Number inferredPrecision
protected Boolean inferredPrimaryKey
protected Number inferredScale
protected String name
protected String nativeId
protected Number nbRecordsTested
protected Number numberOfCompleteValues
protected Number numberOfDistinctFormats
protected Number numberOfDistinctValues
protected Number numberOfEmptyValues
protected Number numberOfNullValues
protected Number numberOfValidValues
protected Number numberOfZeroValues
protected String project
@Deprecated protected Number qualityScore
qualityScorePercentprotected String qualityScorePercent
protected ItemList<QualityProblem> qualityScoreProblems
protected Boolean requireUniqueValues
protected Boolean selectedForeignKey
protected ItemList<DatabaseColumn> selectedForeignKeyReferenced
protected ItemList<DatabaseColumn> selectedForeignKeyReferences
protected Boolean selectedNaturalKey
protected Boolean selectedPrimaryKey
protected MainObject tableAnalysis
public String getAverageValue()
average_value property (displayed as 'Average Value') of the object.Stringpublic void setAverageValue(String averageValue)
average_value property (displayed as Average Value) of the object.averageValue - the value to setpublic ItemList<Classification> getClassification()
classification property (displayed as 'Detected Data Classifications') of the object.ItemList<Classification>public void setClassification(ItemList<Classification> classification)
classification property (displayed as Detected Data Classifications) of the object.classification - the value to setpublic DataFileField getDataFileField()
data_file_field property (displayed as 'Data File Field') of the object.DataFileFieldpublic void setDataFileField(DataFileField dataFileField)
data_file_field property (displayed as Data File Field) of the object.dataFileField - the value to setpublic String getDomain()
domain property (displayed as 'Domain') of the object.Stringpublic void setDomain(String domain)
domain property (displayed as Domain) of the object.domain - the value to setpublic Boolean getIncludeConstantValues()
include_constant_values property (displayed as 'Include Constant Values') of the object.Booleanpublic void setIncludeConstantValues(Boolean includeConstantValues)
include_constant_values property (displayed as Include Constant Values) of the object.includeConstantValues - the value to setpublic Boolean getIncludeNullValues()
include_null_values property (displayed as 'Include Null Values') of the object.Booleanpublic void setIncludeNullValues(Boolean includeNullValues)
include_null_values property (displayed as Include Null Values) of the object.includeNullValues - 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 Boolean getInferredForeignKey()
inferred_foreign_key property (displayed as 'Inferred Foreign Key') of the object.Booleanpublic void setInferredForeignKey(Boolean inferredForeignKey)
inferred_foreign_key property (displayed as Inferred Foreign Key) of the object.inferredForeignKey - 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 Boolean getInferredPrimaryKey()
inferred_primary_key property (displayed as 'Inferred Primary Key') of the object.Booleanpublic void setInferredPrimaryKey(Boolean inferredPrimaryKey)
inferred_primary_key property (displayed as Inferred Primary Key) of the object.inferredPrimaryKey - 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 getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - 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 getNbRecordsTested()
nb_records_tested property (displayed as 'Number of Records Tested') of the object.Numberpublic void setNbRecordsTested(Number nbRecordsTested)
nb_records_tested property (displayed as Number of Records Tested) of the object.nbRecordsTested - 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 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 getNumberOfZeroValues()
number_of_zero_values property (displayed as 'Number of Zero Values') of the object.Numberpublic void setNumberOfZeroValues(Number numberOfZeroValues)
number_of_zero_values property (displayed as Number of Zero Values) of the object.numberOfZeroValues - 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 set@Deprecated public Number getQualityScore()
quality_score property (displayed as 'Quality Score') of the object.NumbergetQualityScorePercent()@Deprecated public void setQualityScore(Number qualityScore)
quality_score property (displayed as Quality Score) of the object.qualityScore - the value to setsetQualityScorePercent(String)public String getQualityScorePercent()
quality_score_percent property (displayed as 'Quality Score') of the object.Stringpublic void setQualityScorePercent(String qualityScorePercent)
quality_score_percent property (displayed as Quality Score) of the object.qualityScorePercent - the value to setpublic ItemList<QualityProblem> getQualityScoreProblems()
quality_score_problems property (displayed as 'Quality Score Problems') of the object.ItemList<QualityProblem>public void setQualityScoreProblems(ItemList<QualityProblem> qualityScoreProblems)
quality_score_problems property (displayed as Quality Score Problems) of the object.qualityScoreProblems - 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 Boolean getSelectedForeignKey()
selected_foreign_key property (displayed as 'User Selected Foreign Key') of the object.Booleanpublic void setSelectedForeignKey(Boolean selectedForeignKey)
selected_foreign_key property (displayed as User Selected Foreign Key) of the object.selectedForeignKey - the value to setpublic ItemList<DatabaseColumn> getSelectedForeignKeyReferenced()
selected_foreign_key_referenced property (displayed as 'User Selected Foreign Key Referenced') of the object.ItemList<DatabaseColumn>public void setSelectedForeignKeyReferenced(ItemList<DatabaseColumn> selectedForeignKeyReferenced)
selected_foreign_key_referenced property (displayed as User Selected Foreign Key Referenced) of the object.selectedForeignKeyReferenced - the value to setpublic ItemList<DatabaseColumn> getSelectedForeignKeyReferences()
selected_foreign_key_references property (displayed as 'User Selected Foreign Key References') of the object.ItemList<DatabaseColumn>public void setSelectedForeignKeyReferences(ItemList<DatabaseColumn> selectedForeignKeyReferences)
selected_foreign_key_references property (displayed as User Selected Foreign Key References) of the object.selectedForeignKeyReferences - the value to setpublic Boolean getSelectedNaturalKey()
selected_natural_key property (displayed as 'User Selected Natural Key') of the object.Booleanpublic void setSelectedNaturalKey(Boolean selectedNaturalKey)
selected_natural_key property (displayed as User Selected Natural Key) of the object.selectedNaturalKey - the value to setpublic Boolean getSelectedPrimaryKey()
selected_primary_key property (displayed as 'User Selected Primary Key') of the object.Booleanpublic void setSelectedPrimaryKey(Boolean selectedPrimaryKey)
selected_primary_key property (displayed as User Selected Primary Key) of the object.selectedPrimaryKey - the value to setpublic MainObject getTableAnalysis()
table_analysis property (displayed as 'Table Analysis') of the object.MainObjectpublic void setTableAnalysis(MainObject tableAnalysis)
table_analysis property (displayed as Table Analysis) of the object.tableAnalysis - the value to setpublic List<String> getValidationProperties()
validation_properties property (displayed as 'Validation Properties') of the object.List<String>public void setValidationProperties(List<String> validationProperties)
validation_properties property (displayed as Validation Properties) of the object.validationProperties - the value to setpublic List<String> getValidationType()
validation_type property (displayed as 'Validation Type') of the object.List<String>Copyright © 2018–2021 ODPi. All rights reserved.