public class StorageUsageRecord extends BasicUsageRecord implements SingleUsageRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageUsageRecord.OperationType |
UsageRecord.OperationResult| Modifier and Type | Field and Description |
|---|---|
static String |
CALLER_IP |
static String |
DATA_COUNT |
static String |
DATA_TYPE |
static String |
DATA_VOLUME |
static String |
OBJECT_URI |
static String |
OPERATION_TYPE |
static String |
PROVIDER_ID |
static String |
QUALIFIER |
static String |
RESOURCE_OWNER |
AGGREGATED, AGGREGATED_USAGE_RECORD_ID, aggregatedFields, computedFields, CONSUMER_ID, CREATION_TIME, CREATOR_ID, END_TIME, ID, OPERATION_RESULT, requiredFields, RESOURCE_SCOPE, resourceProperties, START_TIME, USAGE_RECORD_TYPE, validation| Constructor and Description |
|---|
StorageUsageRecord() |
StorageUsageRecord(Map<String,Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallerIP() |
int |
getDataCount() |
String |
getDataType() |
long |
getDataVolume() |
String |
getObjectURI() |
String |
getOperationType() |
String |
getProviderId() |
String |
getQualifier() |
String |
getResourceOwner()
Return the identity id of the accounting owner
|
void |
setCallerIP(String callerIP) |
void |
setDataCount(int dataCount) |
void |
setDataType(String dataType) |
void |
setDataVolume(long dataVolume) |
void |
setObjectURI(String objectURI) |
void |
setOperationType(String operationType) |
void |
setProviderId(String providerId) |
void |
setQualifier(String qualifier) |
void |
setResourceOwner(String owner)
Set the identity id of the accounting owner
|
compareTo, getAggregatedUsageRecordId, getClass, getConsumerId, getCreationTime, getCreatorId, getEndTimeAsCalendar, getId, getOperationResult, getResourceProperties, getResourceProperty, getResourceScope, getStartTimeAsCalendar, getUsageRecord, initializeValidation, setAggregatedUsageRecordId, setConsumerId, setCreationTime, setCreatorId, setEndTime, setId, setOperationResult, setResourceProperties, setResourceProperty, setResourceScope, setStartTime, timestampStringToCalendar, toString, validate, validateField, validatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAggregatedUsageRecordId, getConsumerId, getCreationTime, getCreatorId, getId, getOperationResult, getResourceProperties, getResourceProperty, getResourceScope, setAggregatedUsageRecordId, setConsumerId, setCreationTime, setCreatorId, setId, setOperationResult, setResourceProperties, setResourceProperty, setResourceScope, validatecompareTopublic static final String RESOURCE_OWNER
public static final String PROVIDER_ID
public static final String OBJECT_URI
public static final String OPERATION_TYPE
public static final String QUALIFIER
public static final String DATA_TYPE
public static final String DATA_VOLUME
public static final String DATA_COUNT
public static final String CALLER_IP
public StorageUsageRecord()
public StorageUsageRecord(Map<String,Serializable> properties) throws InvalidValueException
InvalidValueExceptionpublic String getResourceOwner()
public void setResourceOwner(String owner) throws InvalidValueException
ownerID - The identity id of the accounting ownerInvalidValueExceptionpublic String getObjectURI()
public void setObjectURI(String objectURI) throws InvalidValueException
InvalidValueExceptionpublic String getOperationType()
public void setOperationType(String operationType) throws InvalidValueException
InvalidValueExceptionpublic String getCallerIP()
public void setCallerIP(String callerIP) throws InvalidValueException
InvalidValueExceptionpublic String getProviderId()
public void setProviderId(String providerId) throws InvalidValueException
InvalidValueExceptionpublic String getQualifier()
public void setQualifier(String qualifier) throws InvalidValueException
InvalidValueExceptionpublic String getDataType()
public void setDataType(String dataType) throws InvalidValueException
InvalidValueExceptionpublic long getDataVolume()
public void setDataVolume(long dataVolume)
throws InvalidValueException
InvalidValueExceptionpublic int getDataCount()
public void setDataCount(int dataCount)
throws InvalidValueException
InvalidValueExceptionCopyright © 2015. All Rights Reserved.