public class CategoryRuleStatistic extends AbstractModel
header, skipSign| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getCategoryId()
Get 分类id
|
String |
getCategoryName()
Get 分类名称
|
Long |
getRuleCount()
Get 规则数量
|
void |
setCategoryId(Long CategoryId)
Set 分类id
|
void |
setCategoryName(String CategoryName)
Set 分类名称
|
void |
setRuleCount(Long RuleCount)
Set 规则数量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CategoryRuleStatistic()
public CategoryRuleStatistic(CategoryRuleStatistic source)
public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId - 分类idpublic Long getRuleCount()
public void setRuleCount(Long RuleCount)
RuleCount - 规则数量public String getCategoryName()
public void setCategoryName(String CategoryName)
CategoryName - 分类名称Copyright © 2024. All rights reserved.