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
  • Field Details

  • Constructor Details

    • NodeImage

      public NodeImage()
  • Method Details

    • auditStatus

      public NodeImage auditStatus(@Nullable AuditStatus auditStatus)
    • getAuditStatus

      @Nullable public AuditStatus getAuditStatus()
      Get auditStatus
      Returns:
      auditStatus
    • setAuditStatus

      public void setAuditStatus(@Nullable AuditStatus auditStatus)
    • imageUrl

      public NodeImage imageUrl(@Nullable String imageUrl)
    • getImageUrl

      @Nullable public String getImageUrl()
      图片地址,可直接访问,地址有时效性:7天
      Returns:
      imageUrl
    • setImageUrl

      public void setImageUrl(@Nullable String imageUrl)
    • nodeId

      public NodeImage nodeId(@Nullable String nodeId)
    • getNodeId

      @Nullable public String getNodeId()
      输出图片的节点ID
      Returns:
      nodeId
    • setNodeId

      public void setNodeId(@Nullable String nodeId)
    • outputName

      public NodeImage outputName(@Nullable String outputName)
    • getOutputName

      @Nullable public String getOutputName()
      输出图片的节点名称
      Returns:
      outputName
    • setOutputName

      public void setOutputName(@Nullable String outputName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      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

      public static NodeImage fromJson(String jsonString) throws IOException
      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

      public String toJson()
      Convert an instance of NodeImage to an JSON string
      Returns:
      JSON string