public class SchemaResponse extends BaseResponse
Constructor and Description |
---|
SchemaResponse() |
SchemaResponse(SchemaDTO schema) |
Modifier and Type | Method and Description |
---|---|
void |
validate()
Validates the response code.
|
public SchemaResponse(SchemaDTO schema)
public SchemaResponse()
public void validate() throws java.lang.IllegalArgumentException
BaseResponse
validate
in interface RESTMessage
validate
in class BaseResponse
java.lang.IllegalArgumentException
- if code value is negative.