public class ClassificationContribution extends Reference
classification_contribution asset type in IGC, displayed as 'Classification Contribution' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected DataClass |
dataClass |
protected Infoset |
infoset |
protected String |
matchType
Valid values are:
Exact (displayed in the UI as 'Exact')
GreaterThan (displayed in the UI as 'GreaterThan')
|
protected Number |
objectCount |
protected Number |
size |
| Constructor and Description |
|---|
ClassificationContribution() |
| Modifier and Type | Method and Description |
|---|---|
DataClass |
getDataClass()
Retrieve the
data_class property (displayed as 'Data Class') of the object. |
Infoset |
getInfoset()
Retrieve the
infoset property (displayed as 'Infoset') of the object. |
String |
getMatchType()
Retrieve the
match_type property (displayed as 'Match Type') of the object. |
Number |
getObjectCount()
Retrieve the
object_count property (displayed as 'Number of Objects') of the object. |
Number |
getSize()
Retrieve the
size property (displayed as 'Size (Bytes)') of the object. |
void |
setDataClass(DataClass dataClass)
Set the
data_class property (displayed as Data Class) of the object. |
void |
setInfoset(Infoset infoset)
Set the
infoset property (displayed as Infoset) of the object. |
void |
setMatchType(String matchType)
Set the
match_type property (displayed as Match Type) of the object. |
void |
setObjectCount(Number objectCount)
Set the
object_count property (displayed as Number of Objects) of the object. |
void |
setSize(Number size)
Set the
size property (displayed as Size (Bytes)) 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 DataClass dataClass
protected Infoset infoset
protected String matchType
protected Number objectCount
protected Number size
public 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 Infoset getInfoset()
infoset property (displayed as 'Infoset') of the object.Infosetpublic void setInfoset(Infoset infoset)
infoset property (displayed as Infoset) of the object.infoset - the value to setpublic String getMatchType()
match_type property (displayed as 'Match Type') of the object.Stringpublic void setMatchType(String matchType)
match_type property (displayed as Match Type) of the object.matchType - the value to setpublic Number getObjectCount()
object_count property (displayed as 'Number of Objects') of the object.Numberpublic void setObjectCount(Number objectCount)
object_count property (displayed as Number of Objects) of the object.objectCount - the value to setpublic Number getSize()
size property (displayed as 'Size (Bytes)') of the object.Numberpublic void setSize(Number size)
size property (displayed as Size (Bytes)) of the object.size - the value to setCopyright © 2018–2021 ODPi. All rights reserved.