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 Whether to enable.
|
String |
getItemId()
Get Check item ID
|
String |
getResourceType()
Get Resource type
|
void |
setEnable(Long Enable)
Set Whether to enable.
|
void |
setItemId(String ItemId)
Set Check item ID
|
void |
setResourceType(String ResourceType)
Set Resource type
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TaskCenterCFGRiskInputParam()
public TaskCenterCFGRiskInputParam(TaskCenterCFGRiskInputParam source)
public String getItemId()
public void setItemId(String ItemId)
ItemId
- Check item IDpublic Long getEnable()
public void setEnable(Long Enable)
Enable
- Whether to enable. `0`: no, `1`: yes.public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- Resource typeCopyright © 2024. All rights reserved.