Class NodeImage
java.lang.Object
cloud.liblibai.openapi.client.model.NodeImage
@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 NodeImage
extends Object
NodeImage
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauditStatus(AuditStatus auditStatus) booleanstatic NodeImageCreate an instance of NodeImage given an JSON stringGet auditStatus图片地址,可直接访问,地址有时效性:7天输出图片的节点ID输出图片的节点名称inthashCode()outputName(String outputName) voidsetAuditStatus(AuditStatus auditStatus) voidsetImageUrl(String imageUrl) voidvoidsetOutputName(String outputName) toJson()Convert an instance of NodeImage 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_AUDIT_STATUS
- See Also:
-
SERIALIZED_NAME_IMAGE_URL
- See Also:
-
SERIALIZED_NAME_NODE_ID
- See Also:
-
SERIALIZED_NAME_OUTPUT_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
NodeImage
public NodeImage()
-
-
Method Details
-
auditStatus
-
getAuditStatus
-
setAuditStatus
-
imageUrl
-
getImageUrl
-
setImageUrl
-
nodeId
-
getNodeId
-
setNodeId
-
outputName
-
getOutputName
-
setOutputName
-
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 NodeImage
-
fromJson
Create an instance of NodeImage given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of NodeImage
- Throws:
IOException- if the JSON string is invalid with respect to NodeImage
-
toJson
-