Class StatusResponseData
java.lang.Object
cloud.liblibai.openapi.client.model.StatusResponseData
@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 StatusResponseData
extends Object
StatusResponseData
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountBalance(Integer accountBalance) addImagesItem(Image imagesItem) booleanstatic StatusResponseDataCreate an instance of StatusResponseData given an JSON stringgenerateMsg(String generateMsg) generateStatus(GenerateStatus generateStatus) generateUuid(String generateUuid) 账户剩余积分数生图信息,提供附加信息,如生图失败信息Get generateStatus生图任务uuid,使用该uuid查询生图进度Get images生图进度,0到1之间的浮点数,(暂未实现)本次生图任务消耗积分数inthashCode()percentCompleted(Float percentCompleted) pointsCost(Integer pointsCost) voidsetAccountBalance(Integer accountBalance) voidsetGenerateMsg(String generateMsg) voidsetGenerateStatus(GenerateStatus generateStatus) voidsetGenerateUuid(String generateUuid) voidvoidsetPercentCompleted(Float percentCompleted) voidsetPointsCost(Integer pointsCost) toJson()Convert an instance of StatusResponseData 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:
-
SERIALIZED_NAME_GENERATE_STATUS
- See Also:
-
SERIALIZED_NAME_PERCENT_COMPLETED
- See Also:
-
SERIALIZED_NAME_GENERATE_MSG
- See Also:
-
SERIALIZED_NAME_POINTS_COST
- See Also:
-
SERIALIZED_NAME_ACCOUNT_BALANCE
- See Also:
-
SERIALIZED_NAME_IMAGES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
StatusResponseData
public StatusResponseData()
-
-
Method Details
-
generateUuid
-
getGenerateUuid
-
setGenerateUuid
-
generateStatus
-
getGenerateStatus
-
setGenerateStatus
-
percentCompleted
-
getPercentCompleted
-
setPercentCompleted
-
generateMsg
-
getGenerateMsg
-
setGenerateMsg
-
pointsCost
-
getPointsCost
-
setPointsCost
-
accountBalance
-
getAccountBalance
-
setAccountBalance
-
images
-
addImagesItem
-
getImages
-
setImages
-
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 StatusResponseData
-
fromJson
Create an instance of StatusResponseData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of StatusResponseData
- Throws:
IOException- if the JSON string is invalid with respect to StatusResponseData
-
toJson
Convert an instance of StatusResponseData to an JSON string- Returns:
- JSON string
-