Class ModifyBaselinePolicyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ModifyBaselinePolicyRequest
-
public class ModifyBaselinePolicyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyBaselinePolicyRequest()
ModifyBaselinePolicyRequest(ModifyBaselinePolicyRequest 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 BaselinePolicy
getData()
Get 无Filter[]
getFilters()
Get RuleName - String - 是否必填:否 - 规则名称 CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类 RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型Long
getSelectAll()
Get 是否按照过滤的全选void
setData(BaselinePolicy Data)
Set 无void
setFilters(Filter[] Filters)
Set RuleName - String - 是否必填:否 - 规则名称 CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类 RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型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
-
ModifyBaselinePolicyRequest
public ModifyBaselinePolicyRequest()
-
ModifyBaselinePolicyRequest
public ModifyBaselinePolicyRequest(ModifyBaselinePolicyRequest 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
-
getData
public BaselinePolicy getData()
Get 无- Returns:
- Data 无
-
setData
public void setData(BaselinePolicy Data)
Set 无- Parameters:
Data
- 无
-
getFilters
public Filter[] getFilters()
Get- RuleName - String - 是否必填:否 - 规则名称
- CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类
- RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型
- Returns:
- Filters
- RuleName - String - 是否必填:否 - 规则名称
- CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类
- RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型
-
setFilters
public void setFilters(Filter[] Filters)
Set- RuleName - String - 是否必填:否 - 规则名称
- CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类
- RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型
- Parameters:
Filters
-- RuleName - String - 是否必填:否 - 规则名称
- CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类
- RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型
-
getSelectAll
public Long getSelectAll()
Get 是否按照过滤的全选- Returns:
- SelectAll 是否按照过滤的全选
-
setSelectAll
public void setSelectAll(Long SelectAll)
Set 是否按照过滤的全选- Parameters:
SelectAll
- 是否按照过滤的全选
-
-