public class TaskCenterCFGRiskInputParam extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getEnable()Get 是否开启,0-不开启,1-开启 | 
| String | getItemId()Get 检测项ID | 
| String | getResourceType()Get 资源类型 | 
| void | setEnable(Long Enable)Set 是否开启,0-不开启,1-开启 | 
| void | setItemId(String ItemId)Set 检测项ID | 
| void | setResourceType(String ResourceType)Set 资源类型 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TaskCenterCFGRiskInputParam()
public TaskCenterCFGRiskInputParam(TaskCenterCFGRiskInputParam source)
public String getItemId()
public void setItemId(String ItemId)
ItemId - 检测项IDpublic Long getEnable()
public void setEnable(Long Enable)
Enable - 是否开启,0-不开启,1-开启public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - 资源类型Copyright © 2025. All rights reserved.