public class VolumeContribution extends Reference
volume_contribution asset type in IGC, displayed as 'Volume Contribution' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Infoset |
infoset |
protected Number |
objectCount |
protected Number |
size |
protected Volume |
volume |
| Constructor and Description |
|---|
VolumeContribution() |
| Modifier and Type | Method and Description |
|---|---|
Infoset |
getInfoset()
Retrieve the
infoset property (displayed as 'Infoset') 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. |
Volume |
getVolume()
Retrieve the
volume property (displayed as 'Volume') of the object. |
void |
setInfoset(Infoset infoset)
Set the
infoset property (displayed as Infoset) 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. |
void |
setVolume(Volume volume)
Set the
volume property (displayed as Volume) 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 Infoset infoset
protected Number objectCount
protected Number size
protected Volume volume
public 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 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 setpublic Volume getVolume()
volume property (displayed as 'Volume') of the object.Volumepublic void setVolume(Volume volume)
volume property (displayed as Volume) of the object.volume - the value to setCopyright © 2018–2021 ODPi. All rights reserved.