Class ApiDescription200Response
java.lang.Object
org.apache.camel.component.torchserve.client.inference.model.ApiDescription200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-11-29T20:48:08.126406639Z[Etc/UTC]",
comments="Generator version: 7.10.0")
public class ApiDescription200Response
extends Object
ApiDescription200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInfo()Get infoGet openapigetPaths()Get pathsinthashCode()voidvoidsetOpenapi(String openapi) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_OPENAPI
- See Also:
-
JSON_PROPERTY_INFO
- See Also:
-
JSON_PROPERTY_PATHS
- See Also:
-
-
Constructor Details
-
ApiDescription200Response
public ApiDescription200Response()
-
-
Method Details
-
openapi
-
getOpenapi
Get openapi- Returns:
- openapi
-
setOpenapi
-
info
-
getInfo
Get info- Returns:
- info
-
setInfo
-
paths
-
getPaths
Get paths- Returns:
- paths
-
setPaths
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-