public class GetCategoryResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
accountantBookIdList |
String |
code
This parameter is required.
|
Boolean |
isDir
This parameter is required.
|
String |
name
This parameter is required.
|
String |
parentCode
example:
DIR_XXX
|
String |
remark |
String |
status
This parameter is required.
|
String |
type
This parameter is required.
|
| 构造器和说明 |
|---|
GetCategoryResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetCategoryResponseBody |
build(Map<String,?> map) |
List<String> |
getAccountantBookIdList() |
String |
getCode() |
Boolean |
getIsDir() |
String |
getName() |
String |
getParentCode() |
String |
getRemark() |
String |
getStatus() |
String |
getType() |
GetCategoryResponseBody |
setAccountantBookIdList(List<String> accountantBookIdList) |
GetCategoryResponseBody |
setCode(String code) |
GetCategoryResponseBody |
setIsDir(Boolean isDir) |
GetCategoryResponseBody |
setName(String name) |
GetCategoryResponseBody |
setParentCode(String parentCode) |
GetCategoryResponseBody |
setRemark(String remark) |
GetCategoryResponseBody |
setStatus(String status) |
GetCategoryResponseBody |
setType(String type) |
@NameInMap(value="accountantBookIdList") public List<String> accountantBookIdList
@NameInMap(value="code") public String code
This parameter is required.
example:INCOME_XXX
@NameInMap(value="isDir") public Boolean isDir
This parameter is required.
example:false
@NameInMap(value="name") public String name
This parameter is required.
example:汽车
@NameInMap(value="parentCode") public String parentCode
DIR_XXX
@NameInMap(value="remark") public String remark
@NameInMap(value="status") public String status
This parameter is required.
example:valid
@NameInMap(value="type") public String type
This parameter is required.
example:income
public static GetCategoryResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetCategoryResponseBody setAccountantBookIdList(List<String> accountantBookIdList)
public GetCategoryResponseBody setCode(String code)
public String getCode()
public GetCategoryResponseBody setIsDir(Boolean isDir)
public Boolean getIsDir()
public GetCategoryResponseBody setName(String name)
public String getName()
public GetCategoryResponseBody setParentCode(String parentCode)
public String getParentCode()
public GetCategoryResponseBody setRemark(String remark)
public String getRemark()
public GetCategoryResponseBody setStatus(String status)
public String getStatus()
public GetCategoryResponseBody setType(String type)
public String getType()
Copyright © 2025. All rights reserved.