public abstract class AbstractStorageStatusRecord extends BasicUsageRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractStorageStatusRecord.DataType |
UsageRecord.OperationResultCONSUMER_ID, OPERATION_RESULT, SCOPE| Constructor and Description |
|---|
AbstractStorageStatusRecord() |
AbstractStorageStatusRecord(Map<String,? extends Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDataCount() |
String |
getDataServiceClass() |
String |
getDataServiceId() |
String |
getDataServiceName() |
AbstractStorageStatusRecord.DataType |
getDataType() |
long |
getDataVolume() |
URI |
getProviderId() |
String |
getRecordType()
Return the
Record Type |
void |
setDataCount(long dataCount) |
void |
setDataServiceClass(String dataServiceClass) |
void |
setDataServiceId(String dataServiceId) |
void |
setDataServiceName(String dataServiceName) |
void |
setDataType(AbstractStorageStatusRecord.DataType dataType) |
void |
setDataVolume(long dataVolume) |
void |
setProviderId(URI provideId) |
getConsumerId, getOperationResult, getScope, setConsumerId, setOperationResult, setScopecompareTo, getAggregatedFields, getComputedFields, getCreationTime, getId, getQuerableKeys, getRequiredFields, getResourceProperties, getResourceProperty, removeResourceProperty, setCreationTime, setId, setResourceProperties, setResourceProperty, timestampToCalendar, toString, validatepublic AbstractStorageStatusRecord()
public AbstractStorageStatusRecord(Map<String,? extends Serializable> properties) throws InvalidValueException
InvalidValueExceptionpublic String getRecordType()
RecordRecord TypegetRecordType in interface RecordgetRecordType in class BasicUsageRecordRecord Typepublic long getDataVolume()
public void setDataVolume(long dataVolume)
throws InvalidValueException
InvalidValueExceptionpublic AbstractStorageStatusRecord.DataType getDataType()
public void setDataType(AbstractStorageStatusRecord.DataType dataType) throws InvalidValueException
InvalidValueExceptionpublic long getDataCount()
public void setDataCount(long dataCount)
throws InvalidValueException
InvalidValueExceptionpublic String getDataServiceClass()
public void setDataServiceClass(String dataServiceClass) throws InvalidValueException
InvalidValueExceptionpublic String getDataServiceName()
public void setDataServiceName(String dataServiceName) throws InvalidValueException
InvalidValueExceptionpublic String getDataServiceId()
public void setDataServiceId(String dataServiceId) throws InvalidValueException
InvalidValueExceptionpublic URI getProviderId()
public void setProviderId(URI provideId) throws InvalidValueException
InvalidValueExceptionCopyright © 2019. All Rights Reserved.