public class BaselineCategory extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCategoryId()
Get 分类Id
|
String |
getCategoryName()
Get 分类名称
|
Long |
getParentCategoryId()
Get 父分类ID,如果为0则没有父分类
|
void |
setCategoryId(Long CategoryId)
Set 分类Id
|
void |
setCategoryName(String CategoryName)
Set 分类名称
|
void |
setParentCategoryId(Long ParentCategoryId)
Set 父分类ID,如果为0则没有父分类
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BaselineCategory()
public BaselineCategory(BaselineCategory source)
public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId
- 分类Idpublic String getCategoryName()
public void setCategoryName(String CategoryName)
CategoryName
- 分类名称public Long getParentCategoryId()
public void setParentCategoryId(Long ParentCategoryId)
ParentCategoryId
- 父分类ID,如果为0则没有父分类Copyright © 2023. All rights reserved.