public class RequestMetric extends Object implements Serializable
IMetrics subsystem.| Constructor and Description |
|---|
RequestMetric()
Constructor.
|
public long getServiceDuration()
public void setServiceDuration(long serviceDuration)
serviceDuration - the serviceDuration to setpublic String getResource()
public void setResource(String resource)
resource - the resource to setpublic String getMethod()
public void setMethod(String method)
method - the method to setpublic String getServiceOrgId()
public void setServiceOrgId(String serviceOrgId)
serviceOrgId - the serviceOrgId to setpublic String getServiceId()
public void setServiceId(String serviceId)
serviceId - the serviceId to setpublic String getServiceVersion()
public void setServiceVersion(String serviceVersion)
serviceVersion - the serviceVersion to setpublic String getApplicationOrgId()
public void setApplicationOrgId(String applicationOrgId)
applicationOrgId - the applicationOrgId to setpublic String getApplicationId()
public void setApplicationId(String applicationId)
applicationId - the applicationId to setpublic String getApplicationVersion()
public void setApplicationVersion(String applicationVersion)
applicationVersion - the applicationVersion to setpublic String getContractId()
public void setContractId(String contractId)
contractId - the contractId to setpublic int getResponseCode()
public void setResponseCode(int responseCode)
responseCode - the responseCode to setpublic String getResponseMessage()
public void setResponseMessage(String responseMessage)
responseMessage - the responseMessage to setpublic int getFailureCode()
public void setFailureCode(int failureCode)
failureCode - the failureCode to setpublic String getFailureReason()
public void setFailureReason(String failureReason)
failureReason - the failureReason to setpublic Date getRequestStart()
public void setRequestStart(Date requestStart)
requestStart - the requestStart to setpublic Date getRequestEnd()
public void setRequestEnd(Date requestEnd)
requestEnd - the requestEnd to setpublic long getRequestDuration()
public void setRequestDuration(long requestDuration)
requestDuration - the requestDuration to setpublic Date getServiceStart()
public void setServiceStart(Date serviceStart)
serviceStart - the serviceStart to setpublic Date getServiceEnd()
public void setServiceEnd(Date serviceEnd)
serviceEnd - the serviceEnd to setpublic boolean isError()
public void setError(boolean error)
error - the error to setpublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage - the errorMessage to setpublic boolean isFailure()
public void setFailure(boolean failure)
failure - the failure to setpublic String getPlanId()
public void setPlanId(String planId)
planId - the planId to setpublic String getUser()
public void setUser(String user)
user - the user to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.