Class ErrorMetric
-
- All Implemented Interfaces:
public class ErrorMetricObject representing an error by a response code and response message
- Since:
3.3
-
-
Field Summary
Fields Modifier and Type Field Description public StringresponseCodepublic StringresponseMessage
-
Constructor Summary
Constructors Constructor Description ErrorMetric()ErrorMetric(SampleResult result)
-
Method Summary
Modifier and Type Method Description StringgetResponseCode()StringgetResponseMessage()booleanequals(Object other)inthashCode()-
-
Method Detail
-
getResponseCode
String getResponseCode()
- Returns:
the response code , '0' if the code is empty
-
getResponseMessage
String getResponseMessage()
- Returns:
the response message, 'none' if the code is empty
-
hashCode
int hashCode()
-
-
-
-