public class RestConstraintViolation extends Object implements Serializable
| Constructor and Description |
|---|
RestConstraintViolation() |
RestConstraintViolation(String path,
String message,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getPath() |
String |
getValue() |
void |
setMessage(String message) |
void |
setPath(String path) |
void |
setValue(String value) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.