Class ModifyBaselineRuleIgnoreRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ModifyBaselineRuleIgnoreRequest
-
public class ModifyBaselineRuleIgnoreRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyBaselineRuleIgnoreRequest()
ModifyBaselineRuleIgnoreRequest(ModifyBaselineRuleIgnoreRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAssetType()
Get 资产类型[0:所有专业版旗舰版|1:id|2:ip]Filter[]
getFilters()
Get ItemName - string - 是否必填:否 - 项名称String[]
getHostIds()
Get 主机IdString[]
getHostIps()
Get 主机IpLong[]
getItemIds()
Get 关联项Long
getRuleId()
Get 规则IdString
getRuleName()
Get 规则名称Long
getSelectAll()
Get 是否全选过滤void
setAssetType(Long AssetType)
Set 资产类型[0:所有专业版旗舰版|1:id|2:ip]void
setFilters(Filter[] Filters)
Set ItemName - string - 是否必填:否 - 项名称void
setHostIds(String[] HostIds)
Set 主机Idvoid
setHostIps(String[] HostIps)
Set 主机Ipvoid
setItemIds(Long[] ItemIds)
Set 关联项void
setRuleId(Long RuleId)
Set 规则Idvoid
setRuleName(String RuleName)
Set 规则名称void
setSelectAll(Long SelectAll)
Set 是否全选过滤void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyBaselineRuleIgnoreRequest
public ModifyBaselineRuleIgnoreRequest()
-
ModifyBaselineRuleIgnoreRequest
public ModifyBaselineRuleIgnoreRequest(ModifyBaselineRuleIgnoreRequest 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.
-
-
Method Detail
-
getRuleName
public String getRuleName()
Get 规则名称- Returns:
- RuleName 规则名称
-
setRuleName
public void setRuleName(String RuleName)
Set 规则名称- Parameters:
RuleName
- 规则名称
-
getAssetType
public Long getAssetType()
Get 资产类型[0:所有专业版旗舰版|1:id|2:ip]- Returns:
- AssetType 资产类型[0:所有专业版旗舰版|1:id|2:ip]
-
setAssetType
public void setAssetType(Long AssetType)
Set 资产类型[0:所有专业版旗舰版|1:id|2:ip]- Parameters:
AssetType
- 资产类型[0:所有专业版旗舰版|1:id|2:ip]
-
getRuleId
public Long getRuleId()
Get 规则Id- Returns:
- RuleId 规则Id
-
setRuleId
public void setRuleId(Long RuleId)
Set 规则Id- Parameters:
RuleId
- 规则Id
-
getItemIds
public Long[] getItemIds()
Get 关联项- Returns:
- ItemIds 关联项
-
setItemIds
public void setItemIds(Long[] ItemIds)
Set 关联项- Parameters:
ItemIds
- 关联项
-
getHostIds
public String[] getHostIds()
Get 主机Id- Returns:
- HostIds 主机Id
-
setHostIds
public void setHostIds(String[] HostIds)
Set 主机Id- Parameters:
HostIds
- 主机Id
-
getHostIps
public String[] getHostIps()
Get 主机Ip- Returns:
- HostIps 主机Ip
-
setHostIps
public void setHostIps(String[] HostIps)
Set 主机Ip- Parameters:
HostIps
- 主机Ip
-
getSelectAll
public Long getSelectAll()
Get 是否全选过滤- Returns:
- SelectAll 是否全选过滤
-
setSelectAll
public void setSelectAll(Long SelectAll)
Set 是否全选过滤- Parameters:
SelectAll
- 是否全选过滤
-
getFilters
public Filter[] getFilters()
Get- ItemName - string - 是否必填:否 - 项名称
- Returns:
- Filters
- ItemName - string - 是否必填:否 - 项名称
-
setFilters
public void setFilters(Filter[] Filters)
Set- ItemName - string - 是否必填:否 - 项名称
- Parameters:
Filters
-- ItemName - string - 是否必填:否 - 项名称
-
-