public class Strategy extends AbstractModel
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 基线id
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getEnabled()
Get 是否可用
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getHostCount()
Get 主机数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsDefault()
Get 是否默认策略
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPassRate()
Get 通过率
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRuleCount()
Get 基线检测项总数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getScanAt()
Get 扫描时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScanCycle()
Get 扫描周期
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStrategyId()
Get 策略id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStrategyName()
Get 策略名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCategoryIds(String CategoryIds)
Set 基线id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnabled(Long Enabled)
Set 是否可用
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHostCount(Long HostCount)
Set 主机数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsDefault(Long IsDefault)
Set 是否默认策略
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPassRate(Long PassRate)
Set 通过率
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleCount(Long RuleCount)
Set 基线检测项总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScanAt(String ScanAt)
Set 扫描时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScanCycle(Long ScanCycle)
Set 扫描周期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStrategyId(Long StrategyId)
Set 策略id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStrategyName(String StrategyName)
Set 策略名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Strategy()
public Strategy(Strategy source)
public String getStrategyName()
public void setStrategyName(String StrategyName)
StrategyName
- 策略名
注意:此字段可能返回 null,表示取不到有效值。public Long getStrategyId()
public void setStrategyId(Long StrategyId)
StrategyId
- 策略id
注意:此字段可能返回 null,表示取不到有效值。public Long getRuleCount()
public void setRuleCount(Long RuleCount)
RuleCount
- 基线检测项总数
注意:此字段可能返回 null,表示取不到有效值。public Long getHostCount()
public void setHostCount(Long HostCount)
HostCount
- 主机数量
注意:此字段可能返回 null,表示取不到有效值。public Long getScanCycle()
public void setScanCycle(Long ScanCycle)
ScanCycle
- 扫描周期
注意:此字段可能返回 null,表示取不到有效值。public String getScanAt()
public void setScanAt(String ScanAt)
ScanAt
- 扫描时间
注意:此字段可能返回 null,表示取不到有效值。public Long getEnabled()
public void setEnabled(Long Enabled)
Enabled
- 是否可用
注意:此字段可能返回 null,表示取不到有效值。public Long getPassRate()
public void setPassRate(Long PassRate)
PassRate
- 通过率
注意:此字段可能返回 null,表示取不到有效值。public String getCategoryIds()
public void setCategoryIds(String CategoryIds)
CategoryIds
- 基线id
注意:此字段可能返回 null,表示取不到有效值。public Long getIsDefault()
public void setIsDefault(Long IsDefault)
IsDefault
- 是否默认策略
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.