Class ErrorMetric
-
- All Implemented Interfaces:
public class ErrorMetric
Object representing an error by a response code and response message
-
-
Field Summary
Fields Modifier and Type Field Description public String
responseCode
public String
responseMessage
-
Constructor Summary
Constructors Constructor Description ErrorMetric()
ErrorMetric(SampleResult result)
-
Method Summary
Modifier and Type Method Description String
getResponseCode()
String
getResponseMessage()
boolean
equals(Object other)
int
hashCode()
-
-
Method Detail
-
getResponseCode
String getResponseCode()
-
getResponseMessage
String getResponseMessage()
-
hashCode
int hashCode()
-
-
-
-