public interface Report
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
printRecord(org.gcube.accounting.datamodel.RawUsageRecord record) |
void |
send(org.gcube.accounting.datamodel.RawUsageRecord sur)
send report
|
org.gcube.accounting.datamodel.RawUsageRecord |
setGenericProperties(String resourceType,
String consumerId,
String resourceScope,
String creationTime,
String lastAccess,
String owner)
Set generic properties of report
|
org.gcube.accounting.datamodel.RawUsageRecord |
setSpecificProperties(org.gcube.accounting.datamodel.RawUsageRecord sur,
String owner,
String operation,
String size,
String filePath,
String dataType,
String dataCount)
Set end time of operation and other specific properties
|
void init()
org.gcube.accounting.datamodel.RawUsageRecord setGenericProperties(String resourceType, String consumerId, String resourceScope, String creationTime, String lastAccess, String owner)
resourceType - consumerId - resourceOwner - resourceScope - org.gcube.accounting.datamodel.RawUsageRecord setSpecificProperties(org.gcube.accounting.datamodel.RawUsageRecord sur,
String owner,
String operation,
String size,
String filePath,
String dataType,
String dataCount)
void send(org.gcube.accounting.datamodel.RawUsageRecord sur)
void printRecord(org.gcube.accounting.datamodel.RawUsageRecord record)
Copyright © 2015. All Rights Reserved.