public class ModifyBaselineRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyBaselineRuleRequest() |
ModifyBaselineRuleRequest(ModifyBaselineRuleRequest 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[] |
getCategoryIds()
Get 勾选的检测项分类
|
BaselineRule |
getData()
Get 无
|
Long[] |
getExcludeIds()
Get 需要排除的检测项id
|
Filter[] |
getFilters()
Get ItemName - string - 是否必填:否 - 项名称
|
Long |
getIdType()
Get 0:检测项,1:检测项分类
|
Long |
getSelectAll()
Get 是否过滤全选
|
void |
setCategoryIds(Long[] CategoryIds)
Set 勾选的检测项分类
|
void |
setData(BaselineRule Data)
Set 无
|
void |
setExcludeIds(Long[] ExcludeIds)
Set 需要排除的检测项id
|
void |
setFilters(Filter[] Filters)
Set ItemName - string - 是否必填:否 - 项名称
|
void |
setIdType(Long IdType)
Set 0:检测项,1:检测项分类
|
void |
setSelectAll(Long SelectAll)
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, toJsonString
public ModifyBaselineRuleRequest()
public ModifyBaselineRuleRequest(ModifyBaselineRuleRequest source)
public BaselineRule getData()
public void setData(BaselineRule Data)
Data
- 无public Long getSelectAll()
public void setSelectAll(Long SelectAll)
SelectAll
- 是否过滤全选public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- public Long getIdType()
public void setIdType(Long IdType)
IdType
- 0:检测项,1:检测项分类public Long[] getExcludeIds()
public void setExcludeIds(Long[] ExcludeIds)
ExcludeIds
- 需要排除的检测项idpublic Long[] getCategoryIds()
public void setCategoryIds(Long[] CategoryIds)
CategoryIds
- 勾选的检测项分类Copyright © 2024. All rights reserved.