public class CategoryRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
CategoryRule() |
CategoryRule(CategoryRule 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 |
getAliasRuleId()
Get 别名ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAliasRuleName()
Get 别名规则名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCategoryId()
Get 分类id
|
Long |
getId()
Get 分类规则绑定关系id
|
Long |
getLevelId()
Get 级别id
|
String |
getLevelName()
Get 级别名称
|
RuleEffectItem[] |
getRuleEffectItems()
Get 各类分类分级规则数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRuleId()
Get 规则id
|
String |
getRuleName()
Get 规则名称
|
Long |
getRuleStatus()
Get 规则状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAliasRuleId(Long AliasRuleId)
Set 别名ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAliasRuleName(String AliasRuleName)
Set 别名规则名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCategoryId(Long CategoryId)
Set 分类id
|
void |
setId(Long Id)
Set 分类规则绑定关系id
|
void |
setLevelId(Long LevelId)
Set 级别id
|
void |
setLevelName(String LevelName)
Set 级别名称
|
void |
setRuleEffectItems(RuleEffectItem[] RuleEffectItems)
Set 各类分类分级规则数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleId(Long RuleId)
Set 规则id
|
void |
setRuleName(String RuleName)
Set 规则名称
|
void |
setRuleStatus(Long RuleStatus)
Set 规则状态
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public CategoryRule()
public CategoryRule(CategoryRule source)
public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId
- 分类idpublic Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 规则idpublic String getRuleName()
public void setRuleName(String RuleName)
RuleName
- 规则名称public Long getLevelId()
public void setLevelId(Long LevelId)
LevelId
- 级别idpublic String getLevelName()
public void setLevelName(String LevelName)
LevelName
- 级别名称public Long getId()
public void setId(Long Id)
Id
- 分类规则绑定关系idpublic Long getAliasRuleId()
public void setAliasRuleId(Long AliasRuleId)
AliasRuleId
- 别名ID
注意:此字段可能返回 null,表示取不到有效值。public String getAliasRuleName()
public void setAliasRuleName(String AliasRuleName)
AliasRuleName
- 别名规则名称
注意:此字段可能返回 null,表示取不到有效值。public RuleEffectItem[] getRuleEffectItems()
public void setRuleEffectItems(RuleEffectItem[] RuleEffectItems)
RuleEffectItems
- 各类分类分级规则数量
注意:此字段可能返回 null,表示取不到有效值。public Long getRuleStatus()
public void setRuleStatus(Long RuleStatus)
RuleStatus
- 规则状态
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.