Class CategoryRuleStatistic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.CategoryRuleStatistic
-
public class CategoryRuleStatistic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CategoryRuleStatistic()CategoryRuleStatistic(CategoryRuleStatistic 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 LonggetCategoryId()Get 分类idStringgetCategoryName()Get 分类名称LonggetRuleCount()Get 规则数量voidsetCategoryId(Long CategoryId)Set 分类idvoidsetCategoryName(String CategoryName)Set 分类名称voidsetRuleCount(Long RuleCount)Set 规则数量voidtoMap(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
-
CategoryRuleStatistic
public CategoryRuleStatistic()
-
CategoryRuleStatistic
public CategoryRuleStatistic(CategoryRuleStatistic 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
-
getCategoryId
public Long getCategoryId()
Get 分类id- Returns:
- CategoryId 分类id
-
setCategoryId
public void setCategoryId(Long CategoryId)
Set 分类id- Parameters:
CategoryId- 分类id
-
getRuleCount
public Long getRuleCount()
Get 规则数量- Returns:
- RuleCount 规则数量
-
setRuleCount
public void setRuleCount(Long RuleCount)
Set 规则数量- Parameters:
RuleCount- 规则数量
-
getCategoryName
public String getCategoryName()
Get 分类名称- Returns:
- CategoryName 分类名称
-
setCategoryName
public void setCategoryName(String CategoryName)
Set 分类名称- Parameters:
CategoryName- 分类名称
-
-