public class ViolationData extends Object
| Constructor and Description |
|---|
ViolationData(long id,
String request,
Map<String,List<Object>> requestHeaders,
List<String> requestViolations,
String response,
Map<String,List<Object>> responseHeaders,
List<String> responseViolations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getId() |
String |
getRequest() |
Map<String,List<Object>> |
getRequestHeaders() |
List<String> |
getRequestViolations() |
String |
getResponse() |
Map<String,List<Object>> |
getResponseHeaders() |
List<String> |
getResponseViolations() |
int |
hashCode() |
Copyright © 2014–2015. All rights reserved.