public class BaselineCategory extends AbstractModel
header, skipSign| 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 | getItemCount()Get 子分类下检测项总数 | 
| Long | getParentCategoryId()Get 父分类ID,如果为0则没有父分类 | 
| void | setCategoryId(Long CategoryId)Set 分类Id | 
| void | setCategoryName(String CategoryName)Set 分类名称 | 
| void | setItemCount(Long ItemCount)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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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则没有父分类public Long getItemCount()
public void setItemCount(Long ItemCount)
ItemCount - 子分类下检测项总数Copyright © 2025. All rights reserved.