public class ApiEndpointValidationResponseDTO extends Object
| Constructor and Description |
|---|
ApiEndpointValidationResponseDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ApiEndpointValidationResponseDTO |
error(String error) |
String |
getError()
If an error occurs, the error message will be set to this property.
|
Integer |
getStatusCode()
HTTP status code
|
String |
getStatusMessage()
string
|
int |
hashCode() |
void |
setError(String error) |
void |
setStatusCode(Integer statusCode) |
void |
setStatusMessage(String statusMessage) |
ApiEndpointValidationResponseDTO |
statusCode(Integer statusCode) |
ApiEndpointValidationResponseDTO |
statusMessage(String statusMessage) |
String |
toString() |
public ApiEndpointValidationResponseDTO statusCode(Integer statusCode)
public Integer getStatusCode()
public void setStatusCode(Integer statusCode)
public ApiEndpointValidationResponseDTO statusMessage(String statusMessage)
public String getStatusMessage()
public void setStatusMessage(String statusMessage)
public ApiEndpointValidationResponseDTO error(String error)
public String getError()
public void setError(String error)
Copyright © 2020 WSO2 Inc. All rights reserved.