Class BaselineCategory
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.BaselineCategory
-
public class BaselineCategory extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BaselineCategory()BaselineCategory(BaselineCategory 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 分类名称LonggetParentCategoryId()Get 父分类ID,如果为0则没有父分类voidsetCategoryId(Long CategoryId)Set 分类IdvoidsetCategoryName(String CategoryName)Set 分类名称voidsetParentCategoryId(Long ParentCategoryId)Set 父分类ID,如果为0则没有父分类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
-
BaselineCategory
public BaselineCategory()
-
BaselineCategory
public BaselineCategory(BaselineCategory 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
-
getCategoryName
public String getCategoryName()
Get 分类名称- Returns:
- CategoryName 分类名称
-
setCategoryName
public void setCategoryName(String CategoryName)
Set 分类名称- Parameters:
CategoryName- 分类名称
-
getParentCategoryId
public Long getParentCategoryId()
Get 父分类ID,如果为0则没有父分类- Returns:
- ParentCategoryId 父分类ID,如果为0则没有父分类
-
setParentCategoryId
public void setParentCategoryId(Long ParentCategoryId)
Set 父分类ID,如果为0则没有父分类- Parameters:
ParentCategoryId- 父分类ID,如果为0则没有父分类
-
-