Class StopDSPADiscoveryTaskRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.StopDSPADiscoveryTaskRequest
-
public class StopDSPADiscoveryTaskRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StopDSPADiscoveryTaskRequest()StopDSPADiscoveryTaskRequest(StopDSPADiscoveryTaskRequest 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 StringgetDspaId()Get DSPA实例IDLonggetTaskId()Get 任务IDvoidsetDspaId(String DspaId)Set DSPA实例IDvoidsetTaskId(Long 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
-
StopDSPADiscoveryTaskRequest
public StopDSPADiscoveryTaskRequest()
-
StopDSPADiscoveryTaskRequest
public StopDSPADiscoveryTaskRequest(StopDSPADiscoveryTaskRequest 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
-
getDspaId
public String getDspaId()
Get DSPA实例ID- Returns:
- DspaId DSPA实例ID
-
setDspaId
public void setDspaId(String DspaId)
Set DSPA实例ID- Parameters:
DspaId- DSPA实例ID
-
getTaskId
public Long getTaskId()
Get 任务ID- Returns:
- TaskId 任务ID
-
setTaskId
public void setTaskId(Long TaskId)
Set 任务ID- Parameters:
TaskId- 任务ID
-
-