@Deprecated public class RawUsageRecord extends BasicUsageRecord implements SingleUsageRecord
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
RawUsageRecord.MoveToCreationTime
Deprecated.
|
protected class |
RawUsageRecord.MoveToCreationTimeAction
Deprecated.
|
protected static interface |
RawUsageRecord.MoveToScope
Deprecated.
|
protected class |
RawUsageRecord.MoveToScopeAction
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.
|
static String |
CREATOR_ID
Deprecated.
|
protected static String |
FULLY_QUALIFIED_CONSUMER_ID
Deprecated.
|
protected static String |
RESOURCE_OWNER
Deprecated.
|
static String |
RESOURCE_SCOPE
Deprecated.
|
protected static String |
RESOURCE_TYPE
Deprecated.
|
AGGREGATED, aggregatedFields, computedFields, CONSUMER_ID, CREATION_TIME, END_TIME, ID, OPERATION_COUNT, OPERATION_RESULT, requiredFields, resourceProperties, SCOPE, 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.
|
String |
getCreatorId()
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.
|
void |
setCreateTime(Date createTime)
Deprecated.
|
void |
setCreatorId(String creatorId)
Deprecated.
|
void |
setEndTime(Date endTime)
Deprecated.
|
void |
setFullyQualifiedConsumerId(String fqcid)
Deprecated.
|
void |
setResourceOwner(String owner)
Deprecated.
|
void |
setResourceScope(String scope)
Deprecated.
|
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, getAllFields, getClass, getConsumerId, getCreationTime, getEndTimeAsCalendar, getEndTimeInMillis, getId, getOperationCount, getOperationResult, getRequiredFields, getResourceProperties, getResourceProperty, getScope, getStartTimeAsCalendar, getStartTimeInMillis, getUsageRecord, initializeValidation, setCreationTime, setEndTime, setId, setOperationCount, setOperationResult, setResourceProperties, setResourceProperty, setScope, setStartTime, timestampStringToCalendar, toString, validate, validateField, validatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetConsumerId, getCreationTime, getId, getOperationResult, getResourceProperties, getResourceProperty, getScope, setCreationTime, setId, setOperationResult, setResourceProperties, setResourceProperty, setScope, validatecompareTopublic static final String RESOURCE_SCOPE
public static final String CREATOR_ID
protected 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
@Deprecated public RawUsageRecord()
@Deprecated public RawUsageRecord(Map<String,Serializable> properties) throws InvalidValueException
InvalidValueException@Deprecated public String getCreatorId()
@Deprecated public void setCreatorId(String creatorId) throws InvalidValueException
creatorId - Creator IDInvalidValueException@Deprecated public void setConsumerId(String consumerId)
setConsumerId in interface UsageRecordsetConsumerId in class BasicUsageRecordconsumerId - Consumer ID@Deprecated public void setResourceScope(String scope)
scope - 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()
#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.