Class LockIntegrationTaskRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.LockIntegrationTaskRequest
-
public class LockIntegrationTaskRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LockIntegrationTaskRequest()LockIntegrationTaskRequest(LockIntegrationTaskRequest 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 项目idStringgetTaskId()Get 任务idvoidsetProjectId(String ProjectId)Set 项目idvoidsetTaskId(String TaskId)Set 任务idvoidtoMap(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
-
LockIntegrationTaskRequest
public LockIntegrationTaskRequest()
-
LockIntegrationTaskRequest
public LockIntegrationTaskRequest(LockIntegrationTaskRequest 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
-
getTaskId
public String getTaskId()
Get 任务id- Returns:
- TaskId 任务id
-
setTaskId
public void setTaskId(String TaskId)
Set 任务id- Parameters:
TaskId- 任务id
-
getProjectId
public String getProjectId()
Get 项目id- Returns:
- ProjectId 项目id
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目id- Parameters:
ProjectId- 项目id
-
-