Class ComfyStatusResponseData
java.lang.Object
cloud.liblibai.openapi.client.model.ComfyStatusResponseData
@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 ComfyStatusResponseData
extends Object
ComfyStatusResponseData
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountBalance(Integer accountBalance) addImagesItem(NodeImage imagesItem) addVideosItem(ComfyStatusResponseDataVideosInner videosItem) booleanstatic ComfyStatusResponseDataCreate an instance of ComfyStatusResponseData given an JSON stringgenerateStatus(GenerateStatus generateStatus) generateUuid(String generateUuid) 账户剩余积分数Get generateStatus生图任务uuid,使用该uuid查询生图进度Get images生图进度,0到1之间的浮点数本次生图任务消耗积分数Get videosinthashCode()percentCompleted(Float percentCompleted) pointsCost(Integer pointsCost) voidsetAccountBalance(Integer accountBalance) voidsetGenerateStatus(GenerateStatus generateStatus) voidsetGenerateUuid(String generateUuid) voidvoidsetPercentCompleted(Float percentCompleted) voidsetPointsCost(Integer pointsCost) voidtoJson()Convert an instance of ComfyStatusResponseData to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundvideos(List<ComfyStatusResponseDataVideosInner> videos)
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_BALANCE
- See Also:
-
SERIALIZED_NAME_GENERATE_STATUS
- See Also:
-
SERIALIZED_NAME_GENERATE_UUID
- See Also:
-
SERIALIZED_NAME_PERCENT_COMPLETED
- See Also:
-
SERIALIZED_NAME_POINTS_COST
- See Also:
-
SERIALIZED_NAME_IMAGES
- See Also:
-
SERIALIZED_NAME_VIDEOS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ComfyStatusResponseData
public ComfyStatusResponseData()
-
-
Method Details
-
accountBalance
-
getAccountBalance
-
setAccountBalance
-
generateStatus
-
getGenerateStatus
-
setGenerateStatus
-
generateUuid
-
getGenerateUuid
-
setGenerateUuid
-
percentCompleted
-
getPercentCompleted
-
setPercentCompleted
-
pointsCost
-
getPointsCost
-
setPointsCost
-
images
-
addImagesItem
-
getImages
-
setImages
-
videos
-
addVideosItem
-
getVideos
-
setVideos
-
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 ComfyStatusResponseData
-
fromJson
Create an instance of ComfyStatusResponseData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ComfyStatusResponseData
- Throws:
IOException- if the JSON string is invalid with respect to ComfyStatusResponseData
-
toJson
Convert an instance of ComfyStatusResponseData to an JSON string- Returns:
- JSON string
-