public class ScanBaselineRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScanBaselineRequest() |
ScanBaselineRequest(ScanBaselineRequest 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[] |
getCategoryIdList()
Get Baseline ID array (Either StrategyIdList, CategoryIdList, or RuleIdList must be selected.)
|
String[] |
getQuuidList()
Get Not required when StrategyIdList is selected, but required in other cases.
|
Long[] |
getRuleIdList()
Get Detection item ID array (Either StrategyIdList, CategoryIdList, or RuleIdList must be selected.)
|
Long[] |
getStrategyIdList()
Get Policy ID array (Either StrategyIdList, CategoryIdList, or RuleIdList must be selected.)
|
String[] |
getUuidList()
Get Host UUID array
|
void |
setCategoryIdList(Long[] CategoryIdList)
Set Baseline ID array (Either StrategyIdList, CategoryIdList, or RuleIdList must be selected.)
|
void |
setQuuidList(String[] QuuidList)
Set Not required when StrategyIdList is selected, but required in other cases.
|
void |
setRuleIdList(Long[] RuleIdList)
Set Detection item ID array (Either StrategyIdList, CategoryIdList, or RuleIdList must be selected.)
|
void |
setStrategyIdList(Long[] StrategyIdList)
Set Policy ID array (Either StrategyIdList, CategoryIdList, or RuleIdList must be selected.)
|
void |
setUuidList(String[] UuidList)
Set Host UUID array
|
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 ScanBaselineRequest()
public ScanBaselineRequest(ScanBaselineRequest source)
public Long[] getStrategyIdList()
public void setStrategyIdList(Long[] StrategyIdList)
StrategyIdList
- Policy ID array (Either StrategyIdList, CategoryIdList, or RuleIdList must be selected.)public Long[] getCategoryIdList()
public void setCategoryIdList(Long[] CategoryIdList)
CategoryIdList
- Baseline ID array (Either StrategyIdList, CategoryIdList, or RuleIdList must be selected.)public Long[] getRuleIdList()
public void setRuleIdList(Long[] RuleIdList)
RuleIdList
- Detection item ID array (Either StrategyIdList, CategoryIdList, or RuleIdList must be selected.)public String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList
- Not required when StrategyIdList is selected, but required in other cases.public String[] getUuidList()
public void setUuidList(String[] UuidList)
UuidList
- Host UUID arrayCopyright © 2024. All rights reserved.