Class GetModelVersion400Response
java.lang.Object
cloud.liblibai.openapi.client.model.GetModelVersion400Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-05T15:10:08.947334966+08:00[Asia/Shanghai]",
comments="Generator version: 7.10.0")
public class GetModelVersion400Response
extends Object
GetModelVersion400Response
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GetModelVersion400ResponseCreate an instance of GetModelVersion400Response given an JSON string错误提示信息inthashCode()voidsetMessage(String message) toJson()Convert an instance of GetModelVersion400Response to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GetModelVersion400Response
public GetModelVersion400Response()
-
-
Method Details
-
message
-
getMessage
-
setMessage
-
equals
-
hashCode
-
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to GetModelVersion400Response
-
fromJson
Create an instance of GetModelVersion400Response given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetModelVersion400Response
- Throws:
IOException- if the JSON string is invalid with respect to GetModelVersion400Response
-
toJson
Convert an instance of GetModelVersion400Response to an JSON string- Returns:
- JSON string
-