Class DeleteDSPADiscoveryTaskResultRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DeleteDSPADiscoveryTaskResultRequest
-
public class DeleteDSPADiscoveryTaskResultRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteDSPADiscoveryTaskResultRequest()DeleteDSPADiscoveryTaskResultRequest(DeleteDSPADiscoveryTaskResultRequest 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 LonggetDbResultId()Get 扫描数据库结果IDStringgetDspaId()Get DSPA实例IDvoidsetDbResultId(Long DbResultId)Set 扫描数据库结果IDvoidsetDspaId(String DspaId)Set DSPA实例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
-
DeleteDSPADiscoveryTaskResultRequest
public DeleteDSPADiscoveryTaskResultRequest()
-
DeleteDSPADiscoveryTaskResultRequest
public DeleteDSPADiscoveryTaskResultRequest(DeleteDSPADiscoveryTaskResultRequest 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
-
getDbResultId
public Long getDbResultId()
Get 扫描数据库结果ID- Returns:
- DbResultId 扫描数据库结果ID
-
setDbResultId
public void setDbResultId(Long DbResultId)
Set 扫描数据库结果ID- Parameters:
DbResultId- 扫描数据库结果ID
-
-