Class GetModelVersionRequest
java.lang.Object
cloud.liblibai.openapi.client.model.GetModelVersionRequest
@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 GetModelVersionRequest
extends Object
GetModelVersionRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GetModelVersionRequestCreate an instance of GetModelVersionRequest given an JSON string要查询的模型版本uuidinthashCode()voidsetVersionUuid(String versionUuid) toJson()Convert an instance of GetModelVersionRequest to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundversionUuid(String versionUuid)
-
Field Details
-
SERIALIZED_NAME_VERSION_UUID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GetModelVersionRequest
public GetModelVersionRequest()
-
-
Method Details
-
versionUuid
-
getVersionUuid
-
setVersionUuid
-
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 GetModelVersionRequest
-
fromJson
Create an instance of GetModelVersionRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetModelVersionRequest
- Throws:
IOException- if the JSON string is invalid with respect to GetModelVersionRequest
-
toJson
Convert an instance of GetModelVersionRequest to an JSON string- Returns:
- JSON string
-