public class Strategy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
Strategy()  | 
Strategy(Strategy 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 | 
getCategoryIds()
Get Baseline ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getEnabled()
Get Available or not?
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getHostCount()
Get Number of Hosts
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getIsDefault()
Get Whether a default policy
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getPassRate()
Get Pass rate
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getRuleCount()
Get Total number of baseline detection items
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getScanAt()
Get Scan time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getScanCycle()
Get Scan cycle
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getStrategyId()
Get Policy ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getStrategyName()
Get Policy name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCategoryIds(String CategoryIds)
Set Baseline ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEnabled(Long Enabled)
Set Available or not?
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHostCount(Long HostCount)
Set Number of Hosts
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setIsDefault(Long IsDefault)
Set Whether a default policy
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setPassRate(Long PassRate)
Set Pass rate
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRuleCount(Long RuleCount)
Set Total number of baseline detection items
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setScanAt(String ScanAt)
Set Scan time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setScanCycle(Long ScanCycle)
Set Scan cycle
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setStrategyId(Long StrategyId)
Set Policy ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setStrategyName(String StrategyName)
Set Policy name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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, toJsonStringpublic Strategy()
public Strategy(Strategy source)
public String getStrategyName()
public void setStrategyName(String StrategyName)
StrategyName - Policy name
Note: This field may return null, indicating that no valid values can be obtained.public Long getStrategyId()
public void setStrategyId(Long StrategyId)
StrategyId - Policy ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getRuleCount()
public void setRuleCount(Long RuleCount)
RuleCount - Total number of baseline detection items
Note: This field may return null, indicating that no valid values can be obtained.public Long getHostCount()
public void setHostCount(Long HostCount)
HostCount - Number of Hosts
Note: This field may return null, indicating that no valid values can be obtained.public Long getScanCycle()
public void setScanCycle(Long ScanCycle)
ScanCycle - Scan cycle
Note: This field may return null, indicating that no valid values can be obtained.public String getScanAt()
public void setScanAt(String ScanAt)
ScanAt - Scan time
Note: This field may return null, indicating that no valid values can be obtained.public Long getEnabled()
public void setEnabled(Long Enabled)
Enabled - Available or not?
Note: This field may return null, indicating that no valid values can be obtained.public Long getPassRate()
public void setPassRate(Long PassRate)
PassRate - Pass rate
Note: This field may return null, indicating that no valid values can be obtained.public String getCategoryIds()
public void setCategoryIds(String CategoryIds)
CategoryIds - Baseline ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsDefault()
public void setIsDefault(Long IsDefault)
IsDefault - Whether a default policy
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.