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 Reference |
infoset
The
infoset property, displayed as 'Infoset' in the IGC UI. |
protected Number |
object_count
The
object_count property, displayed as 'Number of Objects' in the IGC UI. |
protected Number |
size
The
size property, displayed as 'Size (Bytes)' in the IGC UI. |
protected Reference |
volume
The
volume property, displayed as 'Volume' in the IGC UI. |
| Constructor and Description |
|---|
VolumeContribution() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
Reference |
getInfoset() |
static List<String> |
getNonRelationshipProperties() |
Number |
getObjectCount() |
static List<String> |
getPagedRelationshipProperties() |
Number |
getSize() |
static List<String> |
getStringProperties() |
Reference |
getVolume() |
static Boolean |
includesModificationDetails() |
static Boolean |
isVolumeContribution(Object obj) |
void |
setInfoset(Reference infoset) |
void |
setObjectCount(Number object_count) |
void |
setSize(Number size) |
void |
setVolume(Reference volume) |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected Reference infoset
protected Reference volume
protected Number object_count
object_count property, displayed as 'Number of Objects' in the IGC UI.protected Number size
size property, displayed as 'Size (Bytes)' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public Number getObjectCount()
object_countpublic void setObjectCount(Number object_count)
object_countpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.