public class BaselineDetectParam extends AbstractModel
header, skipSign
Constructor and Description |
---|
BaselineDetectParam() |
BaselineDetectParam(BaselineDetectParam 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 |
---|---|
String[] |
getHostIds()
Get Collection of checked server IDs
|
Long[] |
getItemIds()
Get Collection of check items
|
Long[] |
getPolicyIds()
Get Collection of check policies
|
Long[] |
getRuleIds()
Get Collection of check rules
|
void |
setHostIds(String[] HostIds)
Set Collection of checked server IDs
|
void |
setItemIds(Long[] ItemIds)
Set Collection of check items
|
void |
setPolicyIds(Long[] PolicyIds)
Set Collection of check policies
|
void |
setRuleIds(Long[] RuleIds)
Set Collection of check rules
|
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 BaselineDetectParam()
public BaselineDetectParam(BaselineDetectParam source)
public Long[] getPolicyIds()
public void setPolicyIds(Long[] PolicyIds)
PolicyIds
- Collection of check policiespublic Long[] getRuleIds()
public void setRuleIds(Long[] RuleIds)
RuleIds
- Collection of check rulespublic Long[] getItemIds()
public void setItemIds(Long[] ItemIds)
ItemIds
- Collection of check itemspublic String[] getHostIds()
public void setHostIds(String[] HostIds)
HostIds
- Collection of checked server IDsCopyright © 2024. All rights reserved.