public class TaskCenterVulRiskInputParam extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEnable()
Get 是否开启,0-不开启,1-开启
|
String |
getRiskId()
Get 风险ID
|
void |
setEnable(Long Enable)
Set 是否开启,0-不开启,1-开启
|
void |
setRiskId(String RiskId)
Set 风险ID
|
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, toJsonString
public TaskCenterVulRiskInputParam()
public TaskCenterVulRiskInputParam(TaskCenterVulRiskInputParam source)
public String getRiskId()
public void setRiskId(String RiskId)
RiskId
- 风险IDpublic Long getEnable()
public void setEnable(Long Enable)
Enable
- 是否开启,0-不开启,1-开启Copyright © 2024. All rights reserved.