Class ComfyNodeParams
java.lang.Object
cloud.liblibai.openapi.client.model.ComfyNodeParams
@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 ComfyNodeParams
extends Object
ComfyNodeParams
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ComfyNodeParamsCreate an instance of ComfyNodeParams given an JSON stringGet classTypeGet inputsinthashCode()putInputsItem(String key, Object inputsItem) voidsetClassType(String classType) voidtoJson()Convert an instance of ComfyNodeParams 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_INPUTS
- See Also:
-
SERIALIZED_NAME_CLASS_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ComfyNodeParams
public ComfyNodeParams()
-
-
Method Details
-
inputs
-
putInputsItem
-
getInputs
-
setInputs
-
classType
-
getClassType
-
setClassType
-
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 ComfyNodeParams
-
fromJson
Create an instance of ComfyNodeParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ComfyNodeParams
- Throws:
IOException- if the JSON string is invalid with respect to ComfyNodeParams
-
toJson
Convert an instance of ComfyNodeParams to an JSON string- Returns:
- JSON string
-