public abstract class AbstractServiceUsageRecord extends BasicUsageRecord
UsageRecord.OperationResultCONSUMER_ID, OPERATION_RESULT, SCOPE| Constructor and Description |
|---|
AbstractServiceUsageRecord() |
AbstractServiceUsageRecord(Map<String,? extends Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCalledMethod() |
String |
getCallerHost() |
String |
getCallerQualifier() |
Long |
getDuration() |
String |
getHost() |
String |
getRecordType()
Return the
Record Type |
String |
getServiceClass() |
String |
getServiceName() |
void |
setCalledMethod(String calledMethod) |
void |
setCallerHost(String callerHost) |
void |
setCallerQualifier(String callerQualifier) |
void |
setDuration(Long duration) |
void |
setHost(String host) |
void |
setServiceClass(String serviceClass) |
void |
setServiceName(String serviceName) |
getConsumerId, getOperationResult, getScope, setConsumerId, setOperationResult, setScopecompareTo, getAggregatedFields, getComputedFields, getCreationTime, getId, getQuerableKeys, getRequiredFields, getResourceProperties, getResourceProperty, removeResourceProperty, setCreationTime, setId, setResourceProperties, setResourceProperty, timestampToCalendar, toString, validatepublic AbstractServiceUsageRecord()
public AbstractServiceUsageRecord(Map<String,? extends Serializable> properties) throws InvalidValueException
InvalidValueExceptionpublic String getRecordType()
RecordRecord TypegetRecordType in interface RecordgetRecordType in class BasicUsageRecordRecord Typepublic String getCallerHost()
public void setCallerHost(String callerHost) throws InvalidValueException
InvalidValueExceptionpublic String getHost()
public void setHost(String host) throws InvalidValueException
InvalidValueExceptionpublic String getServiceClass()
public void setServiceClass(String serviceClass) throws InvalidValueException
InvalidValueExceptionpublic String getServiceName()
public void setServiceName(String serviceName) throws InvalidValueException
InvalidValueExceptionpublic String getCalledMethod()
public void setCalledMethod(String calledMethod) throws InvalidValueException
InvalidValueExceptionpublic Long getDuration()
public void setDuration(Long duration) throws InvalidValueException
InvalidValueExceptionpublic String getCallerQualifier()
public void setCallerQualifier(String callerQualifier) throws InvalidValueException
InvalidValueExceptionCopyright © 2019. All Rights Reserved.