@Deprecated public class RawUsageRecord extends BasicUsageRecord
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
RawUsageRecord.MoveToAggregatedUsageRecordId
Deprecated.
|
protected class |
RawUsageRecord.MoveToAggregatedUsageRecordIdAction
Deprecated.
|
protected static interface |
RawUsageRecord.MoveToCreationTime
Deprecated.
|
protected class |
RawUsageRecord.MoveToCreationTimeAction
Deprecated.
|
protected static interface |
RawUsageRecord.MoveToUsageRecordType
Deprecated.
|
protected class |
RawUsageRecord.MoveToUsageRecordTypeAction
Deprecated.
|
UsageRecord.OperationResult| Modifier and Type | Field and Description |
|---|---|
protected static String |
AGGREGATED_ID
Deprecated.
|
protected static String |
CREATE_TIME
Deprecated.
|
protected static String |
FULLY_QUALIFIED_CONSUMER_ID
Deprecated.
|
protected static String |
RESOURCE_OWNER
Deprecated.
|
protected static String |
RESOURCE_TYPE
Deprecated.
|
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 |
|---|
RawUsageRecord()
Deprecated.
|
RawUsageRecord(Map<String,Serializable> properties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAggregatedId()
Deprecated.
|
Date |
getCreateTime()
Deprecated.
|
Date |
getEndTime()
Deprecated.
|
String |
getFullyQualifiedConsumerId()
Deprecated.
|
String |
getResourceOwner()
Deprecated.
|
Map<String,String> |
getResourceSpecificProperties()
Deprecated.
|
String |
getResourceSpecificProperty(String key)
Deprecated.
|
String |
getResourceType()
Deprecated.
|
Date |
getStartTime()
Deprecated.
|
void |
setAggregatedId(String aggregatedId)
Deprecated.
|
void |
setConsumerId(String consumerId)
Deprecated.
Set the identity of the entity that consumed the resource
|
void |
setCreateTime(Date createTime)
Deprecated.
|
void |
setEndTime(Date endTime)
Deprecated.
|
void |
setFullyQualifiedConsumerId(String fqcid)
Deprecated.
|
void |
setResourceOwner(String owner)
Deprecated.
|
void |
setResourceScope(String scope)
Deprecated.
Set the accounting scope of the {#UsageRecord}
|
void |
setResourceSpecificProperties(Map<String,String> properties)
Deprecated.
|
void |
setResourceSpecificProperty(String key,
Serializable value)
Deprecated.
|
void |
setResourceType(String resourceType)
Deprecated.
|
void |
setStartTime(Date startTime)
Deprecated.
|
compareTo, getAggregatedUsageRecordId, getClass, getConsumerId, getCreationTime, getCreatorId, getEndTimeAsCalendar, getId, getOperationResult, getResourceProperties, getResourceProperty, getResourceScope, getStartTimeAsCalendar, getUsageRecord, initializeValidation, setAggregatedUsageRecordId, setCreationTime, setCreatorId, setEndTime, setId, setOperationResult, setResourceProperties, setResourceProperty, setStartTime, timestampStringToCalendar, toString, validate, validateField, validatePropertiesprotected static final String RESOURCE_OWNER
protected static final String CREATE_TIME
protected static final String RESOURCE_TYPE
protected static final String AGGREGATED_ID
protected static final String FULLY_QUALIFIED_CONSUMER_ID
public RawUsageRecord()
public RawUsageRecord(Map<String,Serializable> properties) throws InvalidValueException
InvalidValueExceptionpublic void setConsumerId(String consumerId)
setConsumerId in interface UsageRecordsetConsumerId in class BasicUsageRecordconsumerId - Consumer IDpublic void setResourceScope(String scope)
setResourceScope in interface UsageRecordsetResourceScope in class BasicUsageRecordscope - The accounting scope of the {#UsageRecord}@Deprecated public String getResourceType()
resourceType - @Deprecated public void setResourceType(String resourceType)
resourceType - @Deprecated public Date getCreateTime()
@Deprecated public void setCreateTime(Date createTime)
BasicUsageRecord.setCreationTime(Calendar)} insteadcreateTime - InvalidValueException@Deprecated public Date getStartTime()
@Deprecated public void setStartTime(Date startTime) throws InvalidValueException
createTime - InvalidValueException@Deprecated public Date getEndTime()
@Deprecated public void setEndTime(Date endTime) throws InvalidValueException
endTime - InvalidValueException@Deprecated public String getResourceOwner()
@Deprecated public void setResourceOwner(String owner)
ownerID - The identity id of the accounting ownerInvalidValueException@Deprecated public String getAggregatedId()
BasicUsageRecord.getAggregatedUsageRecordId()
instead.@Deprecated public void setAggregatedId(String aggregatedId) throws InvalidValueException
#setAggregatedUsageRecordId()
instead.aggregatedId - The ID of the aggregation RecordInvalidValueException@Deprecated public Map<String,String> getResourceSpecificProperties()
getResourceSpecificProperties()@Deprecated public void setResourceSpecificProperties(Map<String,String> properties) throws InvalidValueException
#setResourceSpecificProperties()InvalidValueException@Deprecated public String getResourceSpecificProperty(String key)
key - the key of the requested property@Deprecated public void setResourceSpecificProperty(String key, Serializable value)
key - the key of the requested propertyvalue - the value of the given resource property@Deprecated public String getFullyQualifiedConsumerId()
@Deprecated public void setFullyQualifiedConsumerId(String fqcid)
fqcid - Fully Qualified Consumer IdCopyright © 2015. All Rights Reserved.