Package ganymede.jupyter.notebook.model
Class ApiGet200Response
- java.lang.Object
-
- ganymede.jupyter.notebook.model.ApiGet200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class ApiGet200Response extends Object
ApiGet200Response
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_VERSION
-
Constructor Summary
Constructors Constructor Description ApiGet200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this _api__get_200_response object is equal to o.StringgetVersion()The Jupyter Server version number as a string.inthashCode()voidsetVersion(String version)StringtoString()StringtoUrlQueryString()Convert the instance into URL query string.StringtoUrlQueryString(String prefix)Convert the instance into URL query string.ApiGet200Responseversion(String version)
-
-
-
Field Detail
-
JSON_PROPERTY_VERSION
public static final String JSON_PROPERTY_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ApiGet200Response
public ApiGet200Response()
-
-
Method Detail
-
version
public ApiGet200Response version(String version)
-
getVersion
@Nullable public String getVersion()
The Jupyter Server version number as a string.- Returns:
- version
-
setVersion
public void setVersion(String version)
-
equals
public boolean equals(Object o)
Return true if this _api__get_200_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
-
-