public class APIManagerRequestStats extends Object
Constructor and Description |
---|
APIManagerRequestStats() |
Modifier and Type | Method and Description |
---|---|
int |
getFaultCount() |
String |
getMeasurement() |
int |
getRequestCount() |
int |
getResponseCount() |
long |
getResponseTime() |
int |
getTenantId() |
long |
getValue() |
void |
setFaultCount(int faultCount) |
void |
setMeasurement(String measurement) |
void |
setRequestCount(int requestCount) |
void |
setResponseCount(int responseCount) |
void |
setResponseTime(long responseTime) |
void |
setTenantId(int tenantId) |
void |
setValue(long value) |
public String getMeasurement()
public void setMeasurement(String measurement)
public long getValue()
public void setValue(long value)
public int getTenantId()
public void setTenantId(int tenantId)
public int getRequestCount()
public void setRequestCount(int requestCount)
public int getResponseCount()
public void setResponseCount(int responseCount)
public int getFaultCount()
public void setFaultCount(int faultCount)
public long getResponseTime()
public void setResponseTime(long responseTime)
Copyright © 2023 WSO2. All rights reserved.