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 String
JSON_PROPERTY_ERROR
static String
JSON_PROPERTY_REASON
-
Constructor Summary
Constructors Constructor Description ApiContentsPathGet400Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this _api_contents__path__get_400_response object is equal to o.ApiContentsPathGet400Response
error(String error)
String
getError()
Error conditionString
getReason()
Explanation of error reasonint
hashCode()
ApiContentsPathGet400Response
reason(String reason)
void
setError(String error)
void
setReason(String reason)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(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
-
-