Class StatusRequest
java.lang.Object
cloud.liblibai.openapi.client.model.StatusRequest
@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 StatusRequest
extends Object
生图任务uuid,发起生图任务时返回该字段
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StatusRequestCreate an instance of StatusRequest given an JSON stringgenerateUuid(String generateUuid) Get generateUuidinthashCode()voidsetGenerateUuid(String generateUuid) toJson()Convert an instance of StatusRequest 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_GENERATE_UUID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
StatusRequest
public StatusRequest()
-
-
Method Details
-
generateUuid
-
getGenerateUuid
-
setGenerateUuid
-
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 StatusRequest
-
fromJson
Create an instance of StatusRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of StatusRequest
- Throws:
IOException- if the JSON string is invalid with respect to StatusRequest
-
toJson
-