Class ComfyStatusResponseDataVideosInner
java.lang.Object
cloud.liblibai.openapi.client.model.ComfyStatusResponseDataVideosInner
@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 ComfyStatusResponseDataVideosInner
extends Object
ComfyStatusResponseDataVideosInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauditStatus(AuditStatus auditStatus) booleanCreate an instance of ComfyStatusResponseDataVideosInner given an JSON stringGet auditStatus视频封面地址输出视频的节点ID输出视频的节点名称视频地址,可直接访问,地址有时效性:7天inthashCode()outputName(String outputName) voidsetAuditStatus(AuditStatus auditStatus) voidsetCoverPath(String coverPath) voidvoidsetOutputName(String outputName) voidsetVideoUrl(String videoUrl) toJson()Convert an instance of ComfyStatusResponseDataVideosInner 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_VIDEO_URL
- See Also:
-
SERIALIZED_NAME_COVER_PATH
- See Also:
-
SERIALIZED_NAME_NODE_ID
- See Also:
-
SERIALIZED_NAME_OUTPUT_NAME
- See Also:
-
SERIALIZED_NAME_AUDIT_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ComfyStatusResponseDataVideosInner
public ComfyStatusResponseDataVideosInner()
-
-
Method Details
-
videoUrl
-
getVideoUrl
-
setVideoUrl
-
coverPath
-
getCoverPath
-
setCoverPath
-
nodeId
-
getNodeId
-
setNodeId
-
outputName
-
getOutputName
-
setOutputName
-
auditStatus
-
getAuditStatus
-
setAuditStatus
-
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 ComfyStatusResponseDataVideosInner
-
fromJson
Create an instance of ComfyStatusResponseDataVideosInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ComfyStatusResponseDataVideosInner
- Throws:
IOException- if the JSON string is invalid with respect to ComfyStatusResponseDataVideosInner
-
toJson
Convert an instance of ComfyStatusResponseDataVideosInner to an JSON string- Returns:
- JSON string
-