Class TaskCenterVulRiskInputParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.csip.v20221121.models.TaskCenterVulRiskInputParam
-
public class TaskCenterVulRiskInputParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TaskCenterVulRiskInputParam()TaskCenterVulRiskInputParam(TaskCenterVulRiskInputParam 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 LonggetEnable()Get 是否开启,0-不开启,1-开启StringgetRiskId()Get 风险IDvoidsetEnable(Long Enable)Set 是否开启,0-不开启,1-开启voidsetRiskId(String RiskId)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
-
TaskCenterVulRiskInputParam
public TaskCenterVulRiskInputParam()
-
TaskCenterVulRiskInputParam
public TaskCenterVulRiskInputParam(TaskCenterVulRiskInputParam 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
-
getRiskId
public String getRiskId()
Get 风险ID- Returns:
- RiskId 风险ID
-
setRiskId
public void setRiskId(String RiskId)
Set 风险ID- Parameters:
RiskId- 风险ID
-
getEnable
public Long getEnable()
Get 是否开启,0-不开启,1-开启- Returns:
- Enable 是否开启,0-不开启,1-开启
-
setEnable
public void setEnable(Long Enable)
Set 是否开启,0-不开启,1-开启- Parameters:
Enable- 是否开启,0-不开启,1-开启
-
-