Class ModifyIntegrationNodeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.ModifyIntegrationNodeRequest
-
public class ModifyIntegrationNodeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyIntegrationNodeRequest()ModifyIntegrationNodeRequest(ModifyIntegrationNodeRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationNodeInfogetNodeInfo()Get 集成节点信息StringgetProjectId()Get 项目idLonggetTaskMode()Get 区分画布模式和表单模式LonggetTaskType()Get 任务类型voidsetNodeInfo(IntegrationNodeInfo NodeInfo)Set 集成节点信息voidsetProjectId(String ProjectId)Set 项目idvoidsetTaskMode(Long TaskMode)Set 区分画布模式和表单模式voidsetTaskType(Long TaskType)Set 任务类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyIntegrationNodeRequest
public ModifyIntegrationNodeRequest()
-
ModifyIntegrationNodeRequest
public ModifyIntegrationNodeRequest(ModifyIntegrationNodeRequest 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.
-
-
Method Detail
-
getNodeInfo
public IntegrationNodeInfo getNodeInfo()
Get 集成节点信息- Returns:
- NodeInfo 集成节点信息
-
setNodeInfo
public void setNodeInfo(IntegrationNodeInfo NodeInfo)
Set 集成节点信息- Parameters:
NodeInfo- 集成节点信息
-
getProjectId
public String getProjectId()
Get 项目id- Returns:
- ProjectId 项目id
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目id- Parameters:
ProjectId- 项目id
-
getTaskType
public Long getTaskType()
Get 任务类型- Returns:
- TaskType 任务类型
-
setTaskType
public void setTaskType(Long TaskType)
Set 任务类型- Parameters:
TaskType- 任务类型
-
getTaskMode
public Long getTaskMode()
Get 区分画布模式和表单模式- Returns:
- TaskMode 区分画布模式和表单模式
-
setTaskMode
public void setTaskMode(Long TaskMode)
Set 区分画布模式和表单模式- Parameters:
TaskMode- 区分画布模式和表单模式
-
-