Class CreateIntegrationTaskRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.CreateIntegrationTaskRequest
-
public class CreateIntegrationTaskRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateIntegrationTaskRequest()CreateIntegrationTaskRequest(CreateIntegrationTaskRequest 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 StringgetProjectId()Get 项目idIntegrationTaskInfogetTaskInfo()Get 任务信息voidsetProjectId(String ProjectId)Set 项目idvoidsetTaskInfo(IntegrationTaskInfo TaskInfo)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
-
CreateIntegrationTaskRequest
public CreateIntegrationTaskRequest()
-
CreateIntegrationTaskRequest
public CreateIntegrationTaskRequest(CreateIntegrationTaskRequest 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
-
getTaskInfo
public IntegrationTaskInfo getTaskInfo()
Get 任务信息- Returns:
- TaskInfo 任务信息
-
setTaskInfo
public void setTaskInfo(IntegrationTaskInfo TaskInfo)
Set 任务信息- Parameters:
TaskInfo- 任务信息
-
getProjectId
public String getProjectId()
Get 项目id- Returns:
- ProjectId 项目id
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目id- Parameters:
ProjectId- 项目id
-
-