Class Error
-
- All Implemented Interfaces:
-
java.io.Serializable
@Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class Error implements Serializable
Error message from the server
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
JSON_PROPERTY_STATUS
public Integer
status
public final static String
JSON_PROPERTY_ERROR
public String
error
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
Modifier and Type Method Description Integer
getStatus()
Error code void
setStatus(Integer status)
String
getError()
Error message void
setError(String error)
Error
status(Integer status)
Error
error(String error)
boolean
equals(Object o)
int
hashCode()
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string. String
toUrlQueryString(String prefix)
Convert the instance into URL query string. -
-
Method Detail
-
hashCode
int hashCode()
-
toUrlQueryString
String toUrlQueryString()
Convert the instance into URL query string.
- Returns:
URL query string
-
toUrlQueryString
String toUrlQueryString(String prefix)
Convert the instance into URL query string.
- Parameters:
prefix
- prefix of the query string- Returns:
URL query string
-
-
-
-