Class Ping200Response
java.lang.Object
org.apache.camel.component.torchserve.client.inference.model.Ping200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-03T14:44:33.178593458Z[Etc/UTC]",
comments="Generator version: 7.16.0")
public class Ping200Response
extends Object
Ping200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanOverall status of the TorchServe.inthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
Ping200Response
public Ping200Response()
-
-
Method Details
-
status
-
getStatus
Overall status of the TorchServe.- Returns:
- status
-
setStatus
-
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
-