public static class GetMetaCategoryResponse.Data.DataEntityListItem extends Object
| 构造器和说明 |
|---|
DataEntityListItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCategoryId() |
String |
getComment() |
Long |
getCreateTime() |
Integer |
getDepth() |
String |
getLastOperatorId() |
Long |
getModifiedTime() |
String |
getName() |
String |
getOwnerId() |
Long |
getParentCategoryId() |
void |
setCategoryId(Long categoryId) |
void |
setComment(String comment) |
void |
setCreateTime(Long createTime) |
void |
setDepth(Integer depth) |
void |
setLastOperatorId(String lastOperatorId) |
void |
setModifiedTime(Long modifiedTime) |
void |
setName(String name) |
void |
setOwnerId(String ownerId) |
void |
setParentCategoryId(Long parentCategoryId) |
public Long getCategoryId()
public void setCategoryId(Long categoryId)
public String getName()
public void setName(String name)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public Long getModifiedTime()
public void setModifiedTime(Long modifiedTime)
public String getComment()
public void setComment(String comment)
public String getOwnerId()
public void setOwnerId(String ownerId)
public String getLastOperatorId()
public void setLastOperatorId(String lastOperatorId)
public Long getParentCategoryId()
public void setParentCategoryId(Long parentCategoryId)
public Integer getDepth()
public void setDepth(Integer depth)
Copyright © 2021. All rights reserved.