Class CategoryRule
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.CategoryRule
-
public class CategoryRule extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAliasRuleId()
Get 别名ID 注意:此字段可能返回 null,表示取不到有效值。String
getAliasRuleName()
Get 别名规则名称 注意:此字段可能返回 null,表示取不到有效值。Long
getCategoryId()
Get 分类idLong
getId()
Get 分类规则绑定关系idLong
getLevelId()
Get 级别idString
getLevelName()
Get 级别名称Long
getRuleId()
Get 规则idString
getRuleName()
Get 规则名称void
setAliasRuleId(Long AliasRuleId)
Set 别名ID 注意:此字段可能返回 null,表示取不到有效值。void
setAliasRuleName(String AliasRuleName)
Set 别名规则名称 注意:此字段可能返回 null,表示取不到有效值。void
setCategoryId(Long CategoryId)
Set 分类idvoid
setId(Long Id)
Set 分类规则绑定关系idvoid
setLevelId(Long LevelId)
Set 级别idvoid
setLevelName(String LevelName)
Set 级别名称void
setRuleId(Long RuleId)
Set 规则idvoid
setRuleName(String RuleName)
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
-
CategoryRule
public CategoryRule()
-
CategoryRule
public 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.
-
-
Method Detail
-
getCategoryId
public Long getCategoryId()
Get 分类id- Returns:
- CategoryId 分类id
-
setCategoryId
public void setCategoryId(Long CategoryId)
Set 分类id- Parameters:
CategoryId
- 分类id
-
getRuleId
public Long getRuleId()
Get 规则id- Returns:
- RuleId 规则id
-
setRuleId
public void setRuleId(Long RuleId)
Set 规则id- Parameters:
RuleId
- 规则id
-
getRuleName
public String getRuleName()
Get 规则名称- Returns:
- RuleName 规则名称
-
setRuleName
public void setRuleName(String RuleName)
Set 规则名称- Parameters:
RuleName
- 规则名称
-
getLevelId
public Long getLevelId()
Get 级别id- Returns:
- LevelId 级别id
-
setLevelId
public void setLevelId(Long LevelId)
Set 级别id- Parameters:
LevelId
- 级别id
-
getLevelName
public String getLevelName()
Get 级别名称- Returns:
- LevelName 级别名称
-
setLevelName
public void setLevelName(String LevelName)
Set 级别名称- Parameters:
LevelName
- 级别名称
-
getId
public Long getId()
Get 分类规则绑定关系id- Returns:
- Id 分类规则绑定关系id
-
setId
public void setId(Long Id)
Set 分类规则绑定关系id- Parameters:
Id
- 分类规则绑定关系id
-
getAliasRuleId
public Long getAliasRuleId()
Get 别名ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AliasRuleId 别名ID 注意:此字段可能返回 null,表示取不到有效值。
-
setAliasRuleId
public void setAliasRuleId(Long AliasRuleId)
Set 别名ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AliasRuleId
- 别名ID 注意:此字段可能返回 null,表示取不到有效值。
-
getAliasRuleName
public String getAliasRuleName()
Get 别名规则名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AliasRuleName 别名规则名称 注意:此字段可能返回 null,表示取不到有效值。
-
setAliasRuleName
public void setAliasRuleName(String AliasRuleName)
Set 别名规则名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AliasRuleName
- 别名规则名称 注意:此字段可能返回 null,表示取不到有效值。
-
-