public class IgnoreBaselineRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
IgnoreBaselineRule() |
IgnoreBaselineRule(IgnoreBaselineRule 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 |
getEffectHostCount()
Get Number of affected hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFix()
Get Fixing suggestions
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getModifyTime()
Get Update time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRuleId()
Get Baseline check item ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRuleName()
Get Baseline check item name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEffectHostCount(Long EffectHostCount)
Set Number of affected hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFix(String Fix)
Set Fixing suggestions
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setModifyTime(String ModifyTime)
Set Update time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRuleId(Long RuleId)
Set Baseline check item ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRuleName(String RuleName)
Set Baseline check item 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IgnoreBaselineRule()
public IgnoreBaselineRule(IgnoreBaselineRule source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Baseline check item name
Note: This field may return null, indicating that no valid values can be obtained.public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- Baseline check item ID
Note: This field may return null, indicating that no valid values can be obtained.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Update time
Note: This field may return null, indicating that no valid values can be obtained.public String getFix()
public void setFix(String Fix)
Fix
- Fixing suggestions
Note: This field may return null, indicating that no valid values can be obtained.public Long getEffectHostCount()
public void setEffectHostCount(Long EffectHostCount)
EffectHostCount
- Number of affected hosts
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.