| Package | Description |
|---|---|
| com.tencentcloudapi.wedata.v20250806.models |
| Modifier and Type | Method and Description |
|---|---|
ParamInfo[] |
EventListener.getPropertiesList()
Get Extension Information
|
ParamInfo[] |
CreateWorkflowRequest.getWorkflowParams()
Get Workflow parameter.
|
ParamInfo[] |
WorkflowDetail.getWorkflowParams()
Get Workflow parameter array.
|
ParamInfo[] |
UpdateWorkflowRequest.getWorkflowParams()
Get Workflow parameter list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.setPropertiesList(ParamInfo[] PropertiesList)
Set Extension Information
|
void |
CreateWorkflowRequest.setWorkflowParams(ParamInfo[] WorkflowParams)
Set Workflow parameter.
|
void |
WorkflowDetail.setWorkflowParams(ParamInfo[] WorkflowParams)
Set Workflow parameter array.
|
void |
UpdateWorkflowRequest.setWorkflowParams(ParamInfo[] WorkflowParams)
Set Workflow parameter list.
|
| Constructor and Description |
|---|
ParamInfo(ParamInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.