Class DescribeDSPAAssessmentRiskLevelListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DescribeDSPAAssessmentRiskLevelListRequest
-
public class DescribeDSPAAssessmentRiskLevelListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDSPAAssessmentRiskLevelListRequest()
DescribeDSPAAssessmentRiskLevelListRequest(DescribeDSPAAssessmentRiskLevelListRequest 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
getLimit()
Get 限制条数Long
getOffset()
Get 偏移量void
setDspaId(String DspaId)
Set dspa实例idvoid
setLimit(Long Limit)
Set 限制条数void
setOffset(Long Offset)
Set 偏移量void
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
-
DescribeDSPAAssessmentRiskLevelListRequest
public DescribeDSPAAssessmentRiskLevelListRequest()
-
DescribeDSPAAssessmentRiskLevelListRequest
public DescribeDSPAAssessmentRiskLevelListRequest(DescribeDSPAAssessmentRiskLevelListRequest 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
-
getLimit
public Long getLimit()
Get 限制条数- Returns:
- Limit 限制条数
-
setLimit
public void setLimit(Long Limit)
Set 限制条数- Parameters:
Limit
- 限制条数
-
getOffset
public Long getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(Long Offset)
Set 偏移量- Parameters:
Offset
- 偏移量
-
-