public class DspaDataCategoryDistributed extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DspaDataCategoryDistributed() | 
| DspaDataCategoryDistributed(DspaDataCategoryDistributed 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 | 
|---|---|
| String | getCategoryFullPath()Get 分类路径 | 
| Long | getCategoryId()Get 数据分类ID | 
| String | getCategoryName()Get 数据分类名称 | 
| Long | getCount()Get 数据分类统计个数 | 
| void | setCategoryFullPath(String CategoryFullPath)Set 分类路径 | 
| void | setCategoryId(Long CategoryId)Set 数据分类ID | 
| void | setCategoryName(String CategoryName)Set 数据分类名称 | 
| void | setCount(Long Count)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 DspaDataCategoryDistributed()
public DspaDataCategoryDistributed(DspaDataCategoryDistributed source)
public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId - 数据分类IDpublic String getCategoryName()
public void setCategoryName(String CategoryName)
CategoryName - 数据分类名称public Long getCount()
public void setCount(Long Count)
Count - 数据分类统计个数public String getCategoryFullPath()
public void setCategoryFullPath(String CategoryFullPath)
CategoryFullPath - 分类路径Copyright © 2025. All rights reserved.