public class Classification extends Reference
classification asset type in IGC, displayed as 'Classification' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected MainObject |
classifiesAsset |
protected ItemList<MainObject> |
columnAnalysis |
protected Number |
confidencepercent |
protected DataClass |
dataClass |
protected Date |
date |
protected Boolean |
detected |
protected String |
detectedstate
Valid values are:
Candidate (displayed in the UI as 'Candidate')
Inferred (displayed in the UI as 'Inferred')
|
protected Boolean |
selected |
protected Number |
threshold |
protected Number |
valueFrequency |
| Constructor and Description |
|---|
Classification() |
| Modifier and Type | Method and Description |
|---|---|
MainObject |
getClassifiesAsset()
Retrieve the
classifies_asset property (displayed as 'Asset') of the object. |
ItemList<MainObject> |
getColumnAnalysis()
Retrieve the
column_analysis property (displayed as 'Detected from Column Analysis') of the object. |
Number |
getConfidencepercent()
Retrieve the
confidencePercent property (displayed as 'Confidence (Percent)') of the object. |
DataClass |
getDataClass()
Retrieve the
data_class property (displayed as 'Data Class') of the object. |
Date |
getDate()
Retrieve the
date property (displayed as 'Date') of the object. |
Boolean |
getDetected()
Retrieve the
detected property (displayed as 'Detected') of the object. |
String |
getDetectedstate()
Retrieve the
detectedState property (displayed as 'Type') of the object. |
Boolean |
getSelected()
Retrieve the
selected property (displayed as 'Selected') of the object. |
Number |
getThreshold()
Retrieve the
threshold property (displayed as 'Threshold') of the object. |
Number |
getValueFrequency()
Retrieve the
value_frequency property (displayed as 'Value Frequency') of the object. |
void |
setClassifiesAsset(MainObject classifiesAsset)
Set the
classifies_asset property (displayed as Asset) of the object. |
void |
setColumnAnalysis(ItemList<MainObject> columnAnalysis)
Set the
column_analysis property (displayed as Detected from Column Analysis) of the object. |
void |
setConfidencepercent(Number confidencepercent)
Set the
confidencePercent property (displayed as Confidence (Percent)) of the object. |
void |
setDataClass(DataClass dataClass)
Set the
data_class property (displayed as Data Class) of the object. |
void |
setDate(Date date)
Set the
date property (displayed as Date) of the object. |
void |
setDetected(Boolean detected)
Set the
detected property (displayed as Detected) of the object. |
void |
setDetectedstate(String detectedstate)
Set the
detectedState property (displayed as Type) of the object. |
void |
setSelected(Boolean selected)
Set the
selected property (displayed as Selected) of the object. |
void |
setThreshold(Number threshold)
Set the
threshold property (displayed as Threshold) of the object. |
void |
setValueFrequency(Number valueFrequency)
Set the
value_frequency property (displayed as Value Frequency) 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 MainObject classifiesAsset
protected ItemList<MainObject> columnAnalysis
protected Number confidencepercent
protected DataClass dataClass
protected Date date
protected Boolean detected
protected String detectedstate
protected Boolean selected
protected Number threshold
protected Number valueFrequency
public MainObject getClassifiesAsset()
classifies_asset property (displayed as 'Asset') of the object.MainObjectpublic void setClassifiesAsset(MainObject classifiesAsset)
classifies_asset property (displayed as Asset) of the object.classifiesAsset - the value to setpublic ItemList<MainObject> getColumnAnalysis()
column_analysis property (displayed as 'Detected from Column Analysis') of the object.ItemList<MainObject>public void setColumnAnalysis(ItemList<MainObject> columnAnalysis)
column_analysis property (displayed as Detected from Column Analysis) of the object.columnAnalysis - the value to setpublic Number getConfidencepercent()
confidencePercent property (displayed as 'Confidence (Percent)') of the object.Numberpublic void setConfidencepercent(Number confidencepercent)
confidencePercent property (displayed as Confidence (Percent)) of the object.confidencepercent - the value to setpublic DataClass getDataClass()
data_class property (displayed as 'Data Class') of the object.DataClasspublic void setDataClass(DataClass dataClass)
data_class property (displayed as Data Class) of the object.dataClass - the value to setpublic Date getDate()
date property (displayed as 'Date') of the object.Datepublic void setDate(Date date)
date property (displayed as Date) of the object.date - the value to setpublic Boolean getDetected()
detected property (displayed as 'Detected') of the object.Booleanpublic void setDetected(Boolean detected)
detected property (displayed as Detected) of the object.detected - the value to setpublic String getDetectedstate()
detectedState property (displayed as 'Type') of the object.Stringpublic void setDetectedstate(String detectedstate)
detectedState property (displayed as Type) of the object.detectedstate - the value to setpublic Boolean getSelected()
selected property (displayed as 'Selected') of the object.Booleanpublic void setSelected(Boolean selected)
selected property (displayed as Selected) of the object.selected - the value to setpublic Number getThreshold()
threshold property (displayed as 'Threshold') of the object.Numberpublic void setThreshold(Number threshold)
threshold property (displayed as Threshold) of the object.threshold - the value to setpublic Number getValueFrequency()
value_frequency property (displayed as 'Value Frequency') of the object.Numberpublic void setValueFrequency(Number valueFrequency)
value_frequency property (displayed as Value Frequency) of the object.valueFrequency - the value to setCopyright © 2018–2021 ODPi. All rights reserved.