@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class APIServerException extends Object
| Constructor and Description |
|---|
APIServerException() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
APIServerException |
errorClass(String errorClass) |
APIServerException |
errorCode(Integer errorCode) |
APIServerException |
errorSource(String errorSource) |
String |
getErrorClass()
Returns the class of exceptions this belongs to.
|
Integer |
getErrorCode()
Returns the code associated with the exception.
|
String |
getErrorSource()
Returns the source of where the exception occurred.
|
String |
getMessage()
Returns the explaination of the exception that occurred.
|
String |
getOperationId()
Returns the id of the operation that threw the exception.
|
Integer |
getStatusCode()
Returns the HTTP status code returned.
|
int |
hashCode() |
APIServerException |
message(String message) |
APIServerException |
operationId(String operationId) |
void |
setErrorClass(String errorClass) |
void |
setErrorCode(Integer errorCode) |
void |
setErrorSource(String errorSource) |
void |
setMessage(String message) |
void |
setOperationId(String operationId) |
void |
setStatusCode(Integer statusCode) |
APIServerException |
statusCode(Integer statusCode) |
String |
toString() |
public APIServerException operationId(String operationId)
public String getOperationId()
public void setOperationId(String operationId)
public APIServerException message(String message)
public String getMessage()
public void setMessage(String message)
public APIServerException errorCode(Integer errorCode)
public Integer getErrorCode()
public void setErrorCode(Integer errorCode)
public APIServerException errorClass(String errorClass)
public String getErrorClass()
public void setErrorClass(String errorClass)
public APIServerException statusCode(Integer statusCode)
public Integer getStatusCode()
public void setStatusCode(Integer statusCode)
public APIServerException errorSource(String errorSource)
public String getErrorSource()
public void setErrorSource(String errorSource)
Copyright © 2025. All rights reserved.