Class TaskCenterCFGRiskInputParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.csip.v20221121.models.TaskCenterCFGRiskInputParam
-
public class TaskCenterCFGRiskInputParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TaskCenterCFGRiskInputParam()TaskCenterCFGRiskInputParam(TaskCenterCFGRiskInputParam 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-开启StringgetItemId()Get 检测项IDStringgetResourceType()Get 资源类型voidsetEnable(Long Enable)Set 是否开启,0-不开启,1-开启voidsetItemId(String ItemId)Set 检测项IDvoidsetResourceType(String ResourceType)Set 资源类型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
-
TaskCenterCFGRiskInputParam
public TaskCenterCFGRiskInputParam()
-
TaskCenterCFGRiskInputParam
public TaskCenterCFGRiskInputParam(TaskCenterCFGRiskInputParam 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
-
getItemId
public String getItemId()
Get 检测项ID- Returns:
- ItemId 检测项ID
-
setItemId
public void setItemId(String ItemId)
Set 检测项ID- Parameters:
ItemId- 检测项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-开启
-
getResourceType
public String getResourceType()
Get 资源类型- Returns:
- ResourceType 资源类型
-
setResourceType
public void setResourceType(String ResourceType)
Set 资源类型- Parameters:
ResourceType- 资源类型
-
-