public class BaselineItemsCategory extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BaselineItemsCategory() | 
| BaselineItemsCategory(BaselineItemsCategory 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 | getCategoryCount()Get 基线检测项子分类数目 | 
| BaselineCategory[] | getCategoryLists()Get 基线检测项子分类列表 | 
| Long | getParentCategoryId()Get 基线检测项父分类id | 
| String | getParentCategoryName()Get 基线检测项父分类名称 | 
| void | setCategoryCount(Long CategoryCount)Set 基线检测项子分类数目 | 
| void | setCategoryLists(BaselineCategory[] CategoryLists)Set 基线检测项子分类列表 | 
| void | setParentCategoryId(Long ParentCategoryId)Set 基线检测项父分类id | 
| void | setParentCategoryName(String ParentCategoryName)Set 基线检测项父分类名称 | 
| 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 BaselineItemsCategory()
public BaselineItemsCategory(BaselineItemsCategory source)
public Long getParentCategoryId()
public void setParentCategoryId(Long ParentCategoryId)
ParentCategoryId - 基线检测项父分类idpublic String getParentCategoryName()
public void setParentCategoryName(String ParentCategoryName)
ParentCategoryName - 基线检测项父分类名称public Long getCategoryCount()
public void setCategoryCount(Long CategoryCount)
CategoryCount - 基线检测项子分类数目public BaselineCategory[] getCategoryLists()
public void setCategoryLists(BaselineCategory[] CategoryLists)
CategoryLists - 基线检测项子分类列表Copyright © 2025. All rights reserved.