Class TaskCenterWeakPwdRiskInputParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.csip.v20221121.models.TaskCenterWeakPwdRiskInputParam
-
public class TaskCenterWeakPwdRiskInputParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TaskCenterWeakPwdRiskInputParam()TaskCenterWeakPwdRiskInputParam(TaskCenterWeakPwdRiskInputParam 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 LonggetCheckItemId()Get 检测项IDLonggetEnable()Get 是否开启,0-不开启,1-开启voidsetCheckItemId(Long CheckItemId)Set 检测项IDvoidsetEnable(Long Enable)Set 是否开启,0-不开启,1-开启voidtoMap(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
-
TaskCenterWeakPwdRiskInputParam
public TaskCenterWeakPwdRiskInputParam()
-
TaskCenterWeakPwdRiskInputParam
public TaskCenterWeakPwdRiskInputParam(TaskCenterWeakPwdRiskInputParam 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
-
getCheckItemId
public Long getCheckItemId()
Get 检测项ID- Returns:
- CheckItemId 检测项ID
-
setCheckItemId
public void setCheckItemId(Long CheckItemId)
Set 检测项ID- Parameters:
CheckItemId- 检测项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-开启
-
-