public class ExecutionInformationStatisticsModel extends ServiceInformationModel
Constructor and Description |
---|
ExecutionInformationStatisticsModel() |
Modifier and Type | Method and Description |
---|---|
int |
getAccessCount() |
long |
getRequestBytes() |
long |
getResponseBytes() |
long |
getResponseMillis() |
String |
getServiceName() |
String |
getUserOrganization() |
void |
setAccessCount(int accessCount) |
void |
setRequestBytes(long requestBytes) |
void |
setResponseBytes(long responseBytes) |
void |
setResponseMillis(long responseMillis) |
void |
setServiceName(String serviceName) |
void |
setUserOrganization(String userOrganization) |
getServiceGridId, getServiceId, getUserGridId, getUserId, setServiceGridId, setServiceId, setUserGridId, setUserId
equals, getCreatedDateTime, getUpdatedDateTime, hashCode, setCreatedDateTime, setUpdatedDateTime, toString
public int getAccessCount()
public void setAccessCount(int accessCount)
public String getServiceName()
public void setServiceName(String serviceName)
public String getUserOrganization()
public void setUserOrganization(String userOrganization)
public long getRequestBytes()
public void setRequestBytes(long requestBytes)
public long getResponseBytes()
public void setResponseBytes(long responseBytes)
public long getResponseMillis()
public void setResponseMillis(long responseMillis)