Package ganymede.jupyter.notebook.model
Class ApiContentsPathGet400Response
- java.lang.Object
-
- ganymede.jupyter.notebook.model.ApiContentsPathGet400Response
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class ApiContentsPathGet400Response extends Object
ApiContentsPathGet400Response
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ERRORstatic StringJSON_PROPERTY_REASON
-
Constructor Summary
Constructors Constructor Description ApiContentsPathGet400Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this _api_contents__path__get_400_response object is equal to o.ApiContentsPathGet400Responseerror(String error)StringgetError()Error conditionStringgetReason()Explanation of error reasoninthashCode()ApiContentsPathGet400Responsereason(String reason)voidsetError(String error)voidsetReason(String reason)StringtoString()StringtoUrlQueryString()Convert the instance into URL query string.StringtoUrlQueryString(String prefix)Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_ERROR
public static final String JSON_PROPERTY_ERROR
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REASON
public static final String JSON_PROPERTY_REASON
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ApiContentsPathGet400Response
public ApiContentsPathGet400Response()
-
-
Method Detail
-
error
public ApiContentsPathGet400Response error(String error)
-
reason
public ApiContentsPathGet400Response reason(String reason)
-
equals
public boolean equals(Object o)
Return true if this _api_contents__path__get_400_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public String toUrlQueryString(String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-