public abstract class ExecutionUsageRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
resourceType |
| Constructor and Description |
|---|
ExecutionUsageRecord(String consumerId,
Date startTime,
Date endTime,
String scope,
String owner,
Map<String,String> props)
Initialize common raw usage record fields
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumerId() |
Date |
getCreateTime() |
Date |
getEndTime() |
String |
getId() |
String |
getResourceOwner() |
Map<String,String> |
getResourceProperties() |
String |
getResourceScope() |
String |
getResourceType() |
Date |
getStartTime() |
String |
toString() |
protected String resourceType
public ExecutionUsageRecord(String consumerId, Date startTime, Date endTime, String scope, String owner, Map<String,String> props)
id - createTime - startTime - endTime - scope - owner - consumerId - props - InvalidValueExceptionpublic String getId()
public String getConsumerId()
public Date getCreateTime()
public Date getStartTime()
public Date getEndTime()
public String getResourceType()
public String getResourceScope()
public String getResourceOwner()
Copyright © 2014. All Rights Reserved.