Class DescribeDSPAAssessmentRiskProcessHistoryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DescribeDSPAAssessmentRiskProcessHistoryRequest
-
public class DescribeDSPAAssessmentRiskProcessHistoryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDSPAAssessmentRiskProcessHistoryRequest()
DescribeDSPAAssessmentRiskProcessHistoryRequest(DescribeDSPAAssessmentRiskProcessHistoryRequest 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 String
getDspaId()
Get dspa实例idLong
getRiskId()
Get xxxvoid
setDspaId(String DspaId)
Set dspa实例idvoid
setRiskId(Long RiskId)
Set xxxvoid
toMap(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
-
DescribeDSPAAssessmentRiskProcessHistoryRequest
public DescribeDSPAAssessmentRiskProcessHistoryRequest()
-
DescribeDSPAAssessmentRiskProcessHistoryRequest
public DescribeDSPAAssessmentRiskProcessHistoryRequest(DescribeDSPAAssessmentRiskProcessHistoryRequest 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
-
getRiskId
public Long getRiskId()
Get xxx- Returns:
- RiskId xxx
-
setRiskId
public void setRiskId(Long RiskId)
Set xxx- Parameters:
RiskId
- xxx
-
-